Skip to content

Commit 4b76c00

Browse files
committed
0.24 Release
1 parent f1ad5a7 commit 4b76c00

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# JavaHttpClient
22
JavaHttpClient
33

4+
Include the litesockets http library into your project from maven central:
5+
6+
```script
7+
<dependency>
8+
<groupId>org.threadly</groupId>
9+
<artifactId>litesockets-http</artifactId>
10+
<version>0.24</version>
11+
</dependency>
12+
```
13+
414
#HTTPClient Example
515
Here are some simple examples of using the HTTPClient call.
616

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = org.threadly
2-
version = 0.24-SNAPSHOT
2+
version = 0.24
33
threadlyVersion = 5.37
44
litesocketsVersion = 4.10
55
org.gradle.parallel=false

0 commit comments

Comments
 (0)