Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.scalepoint |
ArtifactId | ArtifactIdoauth-token-client |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
oauth-token-client-1.1.pom | |
oauth-token-client-1.1.jar | 23 KB |
oauth-token-client-1.1-sources.jar | 16 KB |
oauth-token-client-1.1-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.scalepoint/oauth-token-client/ -->
<dependency>
<groupId>com.scalepoint</groupId>
<artifactId>oauth-token-client</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.scalepoint/oauth-token-client/
implementation 'com.scalepoint:oauth-token-client:1.1'
// https://jarcasting.com/artifacts/com.scalepoint/oauth-token-client/
implementation ("com.scalepoint:oauth-token-client:1.1")
'com.scalepoint:oauth-token-client:jar:1.1'
<dependency org="com.scalepoint" name="oauth-token-client" rev="1.1">
<artifact name="oauth-token-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scalepoint', module='oauth-token-client', version='1.1')
)
libraryDependencies += "com.scalepoint" % "oauth-token-client" % "1.1"
[com.scalepoint/oauth-token-client "1.1"]