License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.turbomanage.basic-http-client |
ArtifactId | ArtifactIdhttp-client-java |
Last Version | Last Version0.89 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBasic HTTP Client for Java
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
http-client-java-0.89.pom | |
http-client-java-0.89.jar | 31 KB |
http-client-java-0.89-sources.jar | 23 KB |
http-client-java-0.89-javadoc.jar | 195 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.turbomanage.basic-http-client/http-client-java/ -->
<dependency>
<groupId>com.turbomanage.basic-http-client</groupId>
<artifactId>http-client-java</artifactId>
<version>0.89</version>
</dependency>
// https://jarcasting.com/artifacts/com.turbomanage.basic-http-client/http-client-java/
implementation 'com.turbomanage.basic-http-client:http-client-java:0.89'
// https://jarcasting.com/artifacts/com.turbomanage.basic-http-client/http-client-java/
implementation ("com.turbomanage.basic-http-client:http-client-java:0.89")
'com.turbomanage.basic-http-client:http-client-java:jar:0.89'
<dependency org="com.turbomanage.basic-http-client" name="http-client-java" rev="0.89">
<artifact name="http-client-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turbomanage.basic-http-client', module='http-client-java', version='0.89')
)
libraryDependencies += "com.turbomanage.basic-http-client" % "http-client-java" % "0.89"
[com.turbomanage.basic-http-client/http-client-java "0.89"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.3.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |