j

jclouds-project

Apache jclouds (incubating): Concurrent API for Cloud Services
http://jclouds.incubator.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.6.2-incubating.pom download
Apache Maven
<dependency>
  <groupId>org.apache.jclouds</groupId>
  <artifactId>jclouds-project</artifactId>
  <version>1.6.2-incubating</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.jclouds:jclouds-project:1.6.2-incubating'
Gradle Kotlin
implementation("org.apache.jclouds:jclouds-project:1.6.2-incubating")
Scala SBT
libraryDependencies += "org.apache.jclouds" % "jclouds-project" % "1.6.2-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.jclouds', module='jclouds-project', version='1.6.2-incubating')
)
Apache Ivy
<dependency org="org.apache.jclouds" name="jclouds-project" rev="1.6.2-incubating" />
Leiningen
[org.apache.jclouds/jclouds-project "1.6.2-incubating"]
Apache Buildr
'org.apache.jclouds:jclouds-project:jar:1.6.2-incubating'