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