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