o

oauth-parent

An open protocol to allow API authentication in a simple and standard method from desktop and web applications.
http://oauth.net/code/
The Apache Software License, Version 2.0
Sean Sullivan JM Kristian
Files download
File Operation
oauth-parent-20090531.pom download
Apache Maven
<dependency>
  <groupId>net.oauth</groupId>
  <artifactId>oauth-parent</artifactId>
  <version>20090531</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.oauth:oauth-parent:20090531'
Gradle Kotlin
implementation("net.oauth:oauth-parent:20090531")
Scala SBT
libraryDependencies += "net.oauth" % "oauth-parent" % "20090531"
Groovy Grape
@Grapes(
  @Grab(group='net.oauth', module='oauth-parent', version='20090531')
)
Apache Ivy
<dependency org="net.oauth" name="oauth-parent" rev="20090531" />
Leiningen
[net.oauth/oauth-parent "20090531"]
Apache Buildr
'net.oauth:oauth-parent:jar:20090531'
Dependencies