OAuth::Parent POM

An open protocol to allow API authentication in a simple and standard method from desktop and web applications.

License

License

Categories

Categories

Net
GroupId

GroupId

net.oauth
ArtifactId

ArtifactId

oauth-parent
Last Version

Last Version

20090531
Release Date

Release Date

Type

Type

pom
Description

Description

OAuth::Parent POM
An open protocol to allow API authentication in a simple and standard method from desktop and web applications.
Project URL

Project URL

http://oauth.net/code/

Download oauth-parent

How to add to project

<!-- https://jarcasting.com/artifacts/net.oauth/oauth-parent/ -->
<dependency>
    <groupId>net.oauth</groupId>
    <artifactId>oauth-parent</artifactId>
    <version>20090531</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.oauth/oauth-parent/
implementation 'net.oauth:oauth-parent:20090531'
// https://jarcasting.com/artifacts/net.oauth/oauth-parent/
implementation ("net.oauth:oauth-parent:20090531")
'net.oauth:oauth-parent:pom:20090531'
<dependency org="net.oauth" name="oauth-parent" rev="20090531">
  <artifact name="oauth-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.oauth', module='oauth-parent', version='20090531')
)
libraryDependencies += "net.oauth" % "oauth-parent" % "20090531"
[net.oauth/oauth-parent "20090531"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

  • core
  • core-old
  • example

Versions

Version
20090531
20090530