j

jclouds-project

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