Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oauth |
ArtifactId | ArtifactIdoauth-parent |
Version | Version20090530 |
Type | Typepom |
Filename | Size |
---|---|
oauth-parent-20090530.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oauth/oauth-parent/ -->
<dependency>
<groupId>net.oauth</groupId>
<artifactId>oauth-parent</artifactId>
<version>20090530</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.oauth/oauth-parent/
implementation 'net.oauth:oauth-parent:20090530'
// https://jarcasting.com/artifacts/net.oauth/oauth-parent/
implementation ("net.oauth:oauth-parent:20090530")
'net.oauth:oauth-parent:pom:20090530'
<dependency org="net.oauth" name="oauth-parent" rev="20090530">
<artifact name="oauth-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.oauth', module='oauth-parent', version='20090530')
)
libraryDependencies += "net.oauth" % "oauth-parent" % "20090530"
[net.oauth/oauth-parent "20090530"]