Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.bogdanovmn.httpclient.simple |
ArtifactId | ArtifactIdhttp-client-simple |
Version | Version3.0.3 |
Type | Typejar |
Filename | Size |
---|---|
http-client-simple-3.0.3.pom | |
http-client-simple-3.0.3.jar | 5 KB |
http-client-simple-3.0.3-sources.jar | 3 KB |
http-client-simple-3.0.3-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient.simple/http-client-simple/ -->
<dependency>
<groupId>com.github.bogdanovmn.httpclient.simple</groupId>
<artifactId>http-client-simple</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient.simple/http-client-simple/
implementation 'com.github.bogdanovmn.httpclient.simple:http-client-simple:3.0.3'
// https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient.simple/http-client-simple/
implementation ("com.github.bogdanovmn.httpclient.simple:http-client-simple:3.0.3")
'com.github.bogdanovmn.httpclient.simple:http-client-simple:jar:3.0.3'
<dependency org="com.github.bogdanovmn.httpclient.simple" name="http-client-simple" rev="3.0.3">
<artifact name="http-client-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bogdanovmn.httpclient.simple', module='http-client-simple', version='3.0.3')
)
libraryDependencies += "com.github.bogdanovmn.httpclient.simple" % "http-client-simple" % "3.0.3"
[com.github.bogdanovmn.httpclient.simple/http-client-simple "3.0.3"]