GroupId | GroupIdorg.jclouds |
---|---|
ArtifactId | ArtifactIdjclouds-multi |
Version | Version1.0-beta-9c |
Type | Typejar |
Filename | Size |
---|---|
jclouds-multi-1.0-beta-9c.pom | 5 KB |
jclouds-multi-1.0-beta-9c-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jclouds/jclouds-multi/ -->
<dependency>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-multi</artifactId>
<version>1.0-beta-9c</version>
</dependency>
// https://jarcasting.com/artifacts/org.jclouds/jclouds-multi/
implementation 'org.jclouds:jclouds-multi:1.0-beta-9c'
// https://jarcasting.com/artifacts/org.jclouds/jclouds-multi/
implementation ("org.jclouds:jclouds-multi:1.0-beta-9c")
'org.jclouds:jclouds-multi:jar:1.0-beta-9c'
<dependency org="org.jclouds" name="jclouds-multi" rev="1.0-beta-9c">
<artifact name="jclouds-multi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jclouds', module='jclouds-multi', version='1.0-beta-9c')
)
libraryDependencies += "org.jclouds" % "jclouds-multi" % "1.0-beta-9c"
[org.jclouds/jclouds-multi "1.0-beta-9c"]