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