Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.openstack4j.core |
ArtifactId | ArtifactIdit-httpclient |
Version | Version3.7 |
Type | Typejar |
Filename | Size |
---|---|
it-httpclient-3.7.pom | |
it-httpclient-3.7.jar | 1 KB |
it-httpclient-3.7-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.openstack4j.core/it-httpclient/ -->
<dependency>
<groupId>com.github.openstack4j.core</groupId>
<artifactId>it-httpclient</artifactId>
<version>3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.openstack4j.core/it-httpclient/
implementation 'com.github.openstack4j.core:it-httpclient:3.7'
// https://jarcasting.com/artifacts/com.github.openstack4j.core/it-httpclient/
implementation ("com.github.openstack4j.core:it-httpclient:3.7")
'com.github.openstack4j.core:it-httpclient:jar:3.7'
<dependency org="com.github.openstack4j.core" name="it-httpclient" rev="3.7">
<artifact name="it-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.openstack4j.core', module='it-httpclient', version='3.7')
)
libraryDependencies += "com.github.openstack4j.core" % "it-httpclient" % "3.7"
[com.github.openstack4j.core/it-httpclient "3.7"]