| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.oauth.core |
| ArtifactId | ArtifactIdoauth-core-parent |
| Last Version | Last Version20090531 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionOAuth 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 |
| Filename | Size |
|---|---|
| oauth-core-parent-20090531.pom | 1 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |