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