Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.tomtom.http |
ArtifactId | ArtifactIdgoji-http-client |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
goji-http-client-1.2.1.pom | |
goji-http-client-1.2.1.jar | 29 KB |
goji-http-client-1.2.1-sources.jar | 10 KB |
goji-http-client-1.2.1-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>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.http/goji-http-client/
implementation 'com.tomtom.http:goji-http-client:1.2.1'
// https://jarcasting.com/artifacts/com.tomtom.http/goji-http-client/
implementation ("com.tomtom.http:goji-http-client:1.2.1")
'com.tomtom.http:goji-http-client:jar:1.2.1'
<dependency org="com.tomtom.http" name="goji-http-client" rev="1.2.1">
<artifact name="goji-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.http', module='goji-http-client', version='1.2.1')
)
libraryDependencies += "com.tomtom.http" % "goji-http-client" % "1.2.1"
[com.tomtom.http/goji-http-client "1.2.1"]