o

oauth-provider

Files download
File Operation
oauth-provider-20090531.jar download
oauth-provider-20090531.pom download
oauth-provider-20090531-sources.jar download
Apache Maven
<dependency>
  <groupId>net.oauth.core</groupId>
  <artifactId>oauth-provider</artifactId>
  <version>20090531</version>
</dependency>
Gradle Groovy
implementation 'net.oauth.core:oauth-provider:20090531'
Gradle Kotlin
implementation("net.oauth.core:oauth-provider:20090531")
Scala SBT
libraryDependencies += "net.oauth.core" % "oauth-provider" % "20090531"
Groovy Grape
@Grapes(
  @Grab(group='net.oauth.core', module='oauth-provider', version='20090531')
)
Apache Ivy
<dependency org="net.oauth.core" name="oauth-provider" rev="20090531" />
Leiningen
[net.oauth.core/oauth-provider "20090531"]
Apache Buildr
'net.oauth.core:oauth-provider:jar:20090531'