| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.tomtom.http |
| ArtifactId | ArtifactIdgoji-http-client |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGOJI HTTP Client
A wrapper around Apache HttpClient and Jackson Databind libraries with lean Groovy syntax.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| goji-http-client-3.1.0.pom | |
| goji-http-client-3.1.0.jar | 29 KB |
| goji-http-client-3.1.0-sources.jar | 10 KB |
| goji-http-client-3.1.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tomtom.http/goji-http-client/ -->
<dependency>
<groupId>com.tomtom.http</groupId>
<artifactId>goji-http-client</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.http/goji-http-client/
implementation 'com.tomtom.http:goji-http-client:3.1.0'
// https://jarcasting.com/artifacts/com.tomtom.http/goji-http-client/
implementation ("com.tomtom.http:goji-http-client:3.1.0")
'com.tomtom.http:goji-http-client:jar:3.1.0'
<dependency org="com.tomtom.http" name="goji-http-client" rev="3.1.0">
<artifact name="goji-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.http', module='goji-http-client', version='3.1.0')
)
libraryDependencies += "com.tomtom.http" % "goji-http-client" % "3.1.0"
[com.tomtom.http/goji-http-client "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.httpcomponents : httpmime | jar | 4.5.13 |
| org.apache.groovy : groovy | jar | 4.0.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
| org.codehaus.mojo : versions-maven-plugin | jar | 2.11.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| cglib : cglib-nodep | jar | 3.3.0 |
| com.github.tomakehurst : wiremock | jar | 2.27.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
| org.spockframework : spock-core | jar | 2.2-M1-groovy-4.0 |