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
文件下载
文件名 操作
jclouds-project-2.0.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.jclouds</groupId>
  <artifactId>jclouds-project</artifactId>
  <version>2.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.jclouds:jclouds-project:2.0.3'
Gradle Kotlin
implementation("org.apache.jclouds:jclouds-project:2.0.3")
Scala SBT
libraryDependencies += "org.apache.jclouds" % "jclouds-project" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.jclouds', module='jclouds-project', version='2.0.3')
)
Apache Ivy
<dependency org="org.apache.jclouds" name="jclouds-project" rev="2.0.3" />
Leiningen
[org.apache.jclouds/jclouds-project "2.0.3"]
Apache Buildr
'org.apache.jclouds:jclouds-project:jar:2.0.3'