Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.shapestone |
ArtifactId | ArtifactIdauthorization-client |
Version | Version1.0.89 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.shapestone/authorization-client/ -->
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>authorization-client</artifactId>
<version>1.0.89</version>
</dependency>
// https://jarcasting.com/artifacts/com.shapestone/authorization-client/
implementation 'com.shapestone:authorization-client:1.0.89'
// https://jarcasting.com/artifacts/com.shapestone/authorization-client/
implementation ("com.shapestone:authorization-client:1.0.89")
'com.shapestone:authorization-client:jar:1.0.89'
<dependency org="com.shapestone" name="authorization-client" rev="1.0.89">
<artifact name="authorization-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shapestone', module='authorization-client', version='1.0.89')
)
libraryDependencies += "com.shapestone" % "authorization-client" % "1.0.89"
[com.shapestone/authorization-client "1.0.89"]