OAuth Core: 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.core
ArtifactId

ArtifactId

oauth-core-parent
Last Version

Last Version

20090531
Release Date

Release Date

Type

Type

pom
Description

Description

OAuth Core: 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/oauth-core-parent/

Download oauth-core-parent

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

  • commons
  • consumer
  • httpclient3
  • httpclient4
  • provider
  • test

Versions

Version
20090531
20090530