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