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