o

oauth

jclouds components to access OAuth
文件下载
文件名 操作
oauth-2.1.3.jar 下载
oauth-2.1.3.pom 下载
oauth-2.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.jclouds.api</groupId>
  <artifactId>oauth</artifactId>
  <version>2.1.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.jclouds.api:oauth:2.1.3'
Gradle Kotlin
implementation("org.apache.jclouds.api:oauth:2.1.3")
Scala SBT
libraryDependencies += "org.apache.jclouds.api" % "oauth" % "2.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.jclouds.api', module='oauth', version='2.1.3')
)
Apache Ivy
<dependency org="org.apache.jclouds.api" name="oauth" rev="2.1.3" />
Leiningen
[org.apache.jclouds.api/oauth "2.1.3"]
Apache Buildr
'org.apache.jclouds.api:oauth:jar:2.1.3'