GroupId | GroupIdcom.shapestone |
---|---|
ArtifactId | ArtifactIdauthorization-service |
Version | Version1.0.89 |
Type | Typejar |
Filename | Size |
---|---|
authorization-service-1.0.89.pom | |
authorization-service-1.0.89.jar | 210 KB |
authorization-service-1.0.89-sources.jar | 60 KB |
authorization-service-1.0.89-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shapestone/authorization-service/ -->
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>authorization-service</artifactId>
<version>1.0.89</version>
</dependency>
// https://jarcasting.com/artifacts/com.shapestone/authorization-service/
implementation 'com.shapestone:authorization-service:1.0.89'
// https://jarcasting.com/artifacts/com.shapestone/authorization-service/
implementation ("com.shapestone:authorization-service:1.0.89")
'com.shapestone:authorization-service:jar:1.0.89'
<dependency org="com.shapestone" name="authorization-service" rev="1.0.89">
<artifact name="authorization-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shapestone', module='authorization-service', version='1.0.89')
)
libraryDependencies += "com.shapestone" % "authorization-service" % "1.0.89"
[com.shapestone/authorization-service "1.0.89"]