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