is not current version
Last Version 3.1.0

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

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.2.2
Type

Type

jar

Download goji-http-client 1.2.2


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