is not current version
Last Version 3.1.0

com.tomtom.http:goji-http-client 1.3.0

A wrapper around Apache HttpClient and Jackson Databind libraries with lean Groovy syntax.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.tomtom.http
ArtifactId

ArtifactId

goji-http-client
Version

Version

1.3.0
Type

Type

jar

Download goji-http-client 1.3.0


<!-- https://jarcasting.com/artifacts/com.tomtom.http/goji-http-client/ -->
<dependency>
    <groupId>com.tomtom.http</groupId>
    <artifactId>goji-http-client</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.http/goji-http-client/
implementation 'com.tomtom.http:goji-http-client:1.3.0'
// https://jarcasting.com/artifacts/com.tomtom.http/goji-http-client/
implementation ("com.tomtom.http:goji-http-client:1.3.0")
'com.tomtom.http:goji-http-client:jar:1.3.0'
<dependency org="com.tomtom.http" name="goji-http-client" rev="1.3.0">
  <artifact name="goji-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.http', module='goji-http-client', version='1.3.0')
)
libraryDependencies += "com.tomtom.http" % "goji-http-client" % "1.3.0"
[com.tomtom.http/goji-http-client "1.3.0"]