GroupId | GroupIdcom.huawei |
---|---|
ArtifactId | ArtifactIdopenstack4j |
Version | Version1.0.22 |
Type | Typejar |
Filename | Size |
---|---|
openstack4j-1.0.22.pom | |
openstack4j-1.0.22.jar | 4 MB |
openstack4j-1.0.22-withdeps.jar | 12 MB |
openstack4j-1.0.22-sources.jar | 2 MB |
openstack4j-1.0.22-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.huawei/openstack4j/ -->
<dependency>
<groupId>com.huawei</groupId>
<artifactId>openstack4j</artifactId>
<version>1.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.huawei/openstack4j/
implementation 'com.huawei:openstack4j:1.0.22'
// https://jarcasting.com/artifacts/com.huawei/openstack4j/
implementation ("com.huawei:openstack4j:1.0.22")
'com.huawei:openstack4j:jar:1.0.22'
<dependency org="com.huawei" name="openstack4j" rev="1.0.22">
<artifact name="openstack4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.huawei', module='openstack4j', version='1.0.22')
)
libraryDependencies += "com.huawei" % "openstack4j" % "1.0.22"
[com.huawei/openstack4j "1.0.22"]