Skip to content

Commit d85ed26

Browse files
committed
Updated readme
1 parent a2a7b82 commit d85ed26

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ Tech stack:
66
* gradle
77
* apache http client
88
* ok http
9-
* java 11
10-
11-
Local build:
12-
```
13-
./gradlew clean build publishToMavenLocal
14-
```
9+
* phantomjs
10+
* java 17
1511

1612

1713
HTTP client usage
@@ -26,7 +22,7 @@ repositories {
2622
}
2723
...
2824
dependencies {
29-
implementation('com.github.unidev-platform:unidev-http-client:0.1.1') // release tag version
25+
implementation('com.unidev.http-client:apache-http-client:0.2.1')
3026
}
3127
3228
```

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ plugins {
33
id "com.palantir.git-version" version "0.12.3"
44
}
55

6-
group = "com.unidev.http-client"
6+
77

88
subprojects {
9+
group = "com.unidev.http-client"
910
version = gitVersion()
1011

1112
apply plugin: 'java'

0 commit comments

Comments
 (0)