j

jclouds-project

Apache jclouds: Concurrent API for Cloud Services
http://jclouds.apache.org/
The Apache Software License, Version 2.0
Adrian Cole Andrew Bayer Andrew Gaul Andrew Phillips Becca Woods Everett Toews Ignasi Barrera Ioannis Canellos Matt Stephenson
Files download
File Operation
jclouds-project-1.9.1.pom download
Apache Maven
<dependency>
  <groupId>org.apache.jclouds</groupId>
  <artifactId>jclouds-project</artifactId>
  <version>1.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.jclouds:jclouds-project:1.9.1'
Gradle Kotlin
implementation("org.apache.jclouds:jclouds-project:1.9.1")
Scala SBT
libraryDependencies += "org.apache.jclouds" % "jclouds-project" % "1.9.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.jclouds', module='jclouds-project', version='1.9.1')
)
Apache Ivy
<dependency org="org.apache.jclouds" name="jclouds-project" rev="1.9.1" />
Leiningen
[org.apache.jclouds/jclouds-project "1.9.1"]
Apache Buildr
'org.apache.jclouds:jclouds-project:jar:1.9.1'