| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.turbomanage.basic-http-client |
| ArtifactId | ArtifactIdhttp-client |
| Last Version | Last Version0.89 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionBasic HTTP Client
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| http-client-0.89.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.turbomanage.basic-http-client/http-client/ -->
<dependency>
<groupId>com.turbomanage.basic-http-client</groupId>
<artifactId>http-client</artifactId>
<version>0.89</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.turbomanage.basic-http-client/http-client/
implementation 'com.turbomanage.basic-http-client:http-client:0.89'
// https://jarcasting.com/artifacts/com.turbomanage.basic-http-client/http-client/
implementation ("com.turbomanage.basic-http-client:http-client:0.89")
'com.turbomanage.basic-http-client:http-client:pom:0.89'
<dependency org="com.turbomanage.basic-http-client" name="http-client" rev="0.89">
<artifact name="http-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.turbomanage.basic-http-client', module='http-client', version='0.89')
)
libraryDependencies += "com.turbomanage.basic-http-client" % "http-client" % "0.89"
[com.turbomanage.basic-http-client/http-client "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 |