GroupId | GroupIdenterprises.orbital |
---|---|
ArtifactId | ArtifactIdoauth |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
oauth-1.0.0.pom | |
oauth-1.0.0.jar | 28 KB |
oauth-1.0.0-sources.jar | 17 KB |
oauth-1.0.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/enterprises.orbital/oauth/ -->
<dependency>
<groupId>enterprises.orbital</groupId>
<artifactId>oauth</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/enterprises.orbital/oauth/
implementation 'enterprises.orbital:oauth:1.0.0'
// https://jarcasting.com/artifacts/enterprises.orbital/oauth/
implementation ("enterprises.orbital:oauth:1.0.0")
'enterprises.orbital:oauth:jar:1.0.0'
<dependency org="enterprises.orbital" name="oauth" rev="1.0.0">
<artifact name="oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='enterprises.orbital', module='oauth', version='1.0.0')
)
libraryDependencies += "enterprises.orbital" % "oauth" % "1.0.0"
[enterprises.orbital/oauth "1.0.0"]