Skip to content

Commit f51f39f

Browse files
authored
Merge pull request #1 from unidev-platform/apache-http-client
Apache http client
2 parents b27c3c6 + 662c476 commit f51f39f

File tree

16 files changed

+1180
-21
lines changed

16 files changed

+1180
-21
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ Gradle file:
2020
```
2121
...
2222
repositories {
23-
maven { url 'https://jitpack.io' }
23+
maven {
24+
url "https://mvn.universal-development.com/public"
25+
}
2426
}
2527
...
2628
dependencies {

apache-http-client/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
dependencies {
2+
api("org.apache.httpcomponents:httpclient:$httpclientVersion",
3+
"org.apache.httpcomponents:httpmime:$httpmimeVersion",
4+
"org.apache.httpcomponents:httpcore:$httpcoreVresion"
5+
)
6+
api("com.unidev.platform:unidev-common:4.0.0")
7+
}

0 commit comments

Comments
 (0)