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