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