We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ad5a7 commit 4b76c00Copy full SHA for 4b76c00
README.md
@@ -1,6 +1,16 @@
1
# JavaHttpClient
2
JavaHttpClient
3
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
14
#HTTPClient Example
15
Here are some simple examples of using the HTTPClient call.
16
gradle.properties
@@ -1,5 +1,5 @@
group = org.threadly
-version = 0.24-SNAPSHOT
+version = 0.24
threadlyVersion = 5.37
litesocketsVersion = 4.10
org.gradle.parallel=false
0 commit comments