Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.pepegar |
ArtifactId | ArtifactIdhammock-asynchttpclient_2.12 |
Version | Version0.9.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.pepegar/hammock-asynchttpclient_2.12/ -->
<dependency>
<groupId>com.pepegar</groupId>
<artifactId>hammock-asynchttpclient_2.12</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pepegar/hammock-asynchttpclient_2.12/
implementation 'com.pepegar:hammock-asynchttpclient_2.12:0.9.2'
// https://jarcasting.com/artifacts/com.pepegar/hammock-asynchttpclient_2.12/
implementation ("com.pepegar:hammock-asynchttpclient_2.12:0.9.2")
'com.pepegar:hammock-asynchttpclient_2.12:jar:0.9.2'
<dependency org="com.pepegar" name="hammock-asynchttpclient_2.12" rev="0.9.2">
<artifact name="hammock-asynchttpclient_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pepegar', module='hammock-asynchttpclient_2.12', version='0.9.2')
)
libraryDependencies += "com.pepegar" % "hammock-asynchttpclient_2.12" % "0.9.2"
[com.pepegar/hammock-asynchttpclient_2.12 "0.9.2"]