Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.zaubersoftware.leviathan |
ArtifactId | ArtifactIdleviathan-api-httpclient |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.zaubersoftware.leviathan/leviathan-api-httpclient/ -->
<dependency>
<groupId>com.zaubersoftware.leviathan</groupId>
<artifactId>leviathan-api-httpclient</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.leviathan/leviathan-api-httpclient/
implementation 'com.zaubersoftware.leviathan:leviathan-api-httpclient:1.0.1'
// https://jarcasting.com/artifacts/com.zaubersoftware.leviathan/leviathan-api-httpclient/
implementation ("com.zaubersoftware.leviathan:leviathan-api-httpclient:1.0.1")
'com.zaubersoftware.leviathan:leviathan-api-httpclient:jar:1.0.1'
<dependency org="com.zaubersoftware.leviathan" name="leviathan-api-httpclient" rev="1.0.1">
<artifact name="leviathan-api-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.leviathan', module='leviathan-api-httpclient', version='1.0.1')
)
libraryDependencies += "com.zaubersoftware.leviathan" % "leviathan-api-httpclient" % "1.0.1"
[com.zaubersoftware.leviathan/leviathan-api-httpclient "1.0.1"]