GroupId | GroupIdcom.github.openstack4j.core |
---|---|
ArtifactId | ArtifactIdopenstack4j |
Version | Version3.5 |
Type | Typejar |
Filename | Size |
---|---|
openstack4j-3.5.pom | |
openstack4j-3.5.jar | 1 MB |
openstack4j-3.5-withdeps.jar | 9 MB |
openstack4j-3.5-withdeps-sources.jar | 7 MB |
openstack4j-3.5-sources.jar | 1 MB |
openstack4j-3.5-javadoc.jar | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.openstack4j.core/openstack4j/ -->
<dependency>
<groupId>com.github.openstack4j.core</groupId>
<artifactId>openstack4j</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.openstack4j.core/openstack4j/
implementation 'com.github.openstack4j.core:openstack4j:3.5'
// https://jarcasting.com/artifacts/com.github.openstack4j.core/openstack4j/
implementation ("com.github.openstack4j.core:openstack4j:3.5")
'com.github.openstack4j.core:openstack4j:jar:3.5'
<dependency org="com.github.openstack4j.core" name="openstack4j" rev="3.5">
<artifact name="openstack4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.openstack4j.core', module='openstack4j', version='3.5')
)
libraryDependencies += "com.github.openstack4j.core" % "openstack4j" % "3.5"
[com.github.openstack4j.core/openstack4j "3.5"]