GroupId | GroupIdorg.apache.jclouds |
---|---|
ArtifactId | ArtifactIdjclouds-all |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
jclouds-all-2.1.2.pom | |
jclouds-all-2.1.2.jar | 9 KB |
jclouds-all-2.1.2-tests.jar | 9 KB |
jclouds-all-2.1.2-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.jclouds/jclouds-all/ -->
<dependency>
<groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-all</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jclouds/jclouds-all/
implementation 'org.apache.jclouds:jclouds-all:2.1.2'
// https://jarcasting.com/artifacts/org.apache.jclouds/jclouds-all/
implementation ("org.apache.jclouds:jclouds-all:2.1.2")
'org.apache.jclouds:jclouds-all:jar:2.1.2'
<dependency org="org.apache.jclouds" name="jclouds-all" rev="2.1.2">
<artifact name="jclouds-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.jclouds', module='jclouds-all', version='2.1.2')
)
libraryDependencies += "org.apache.jclouds" % "jclouds-all" % "2.1.2"
[org.apache.jclouds/jclouds-all "2.1.2"]