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