Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.openstack4j.core.connectors |
ArtifactId | ArtifactIdopenstack4j-httpclient |
Version | Version3.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.openstack4j.core.connectors/openstack4j-httpclient/ -->
<dependency>
<groupId>com.github.openstack4j.core.connectors</groupId>
<artifactId>openstack4j-httpclient</artifactId>
<version>3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.openstack4j.core.connectors/openstack4j-httpclient/
implementation 'com.github.openstack4j.core.connectors:openstack4j-httpclient:3.8'
// https://jarcasting.com/artifacts/com.github.openstack4j.core.connectors/openstack4j-httpclient/
implementation ("com.github.openstack4j.core.connectors:openstack4j-httpclient:3.8")
'com.github.openstack4j.core.connectors:openstack4j-httpclient:jar:3.8'
<dependency org="com.github.openstack4j.core.connectors" name="openstack4j-httpclient" rev="3.8">
<artifact name="openstack4j-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.openstack4j.core.connectors', module='openstack4j-httpclient', version='3.8')
)
libraryDependencies += "com.github.openstack4j.core.connectors" % "openstack4j-httpclient" % "3.8"
[com.github.openstack4j.core.connectors/openstack4j-httpclient "3.8"]