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