GroupId | GroupIdcom.cloudimpl.outstack |
---|---|
ArtifactId | ArtifactIdauth-service |
Version | Version3.0.205 |
Type | Typejar |
Filename | Size |
---|---|
auth-service-3.0.205.pom | |
auth-service-3.0.205.jar | 15 KB |
auth-service-3.0.205-sources.jar | 11 KB |
auth-service-3.0.205-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudimpl.outstack/auth-service/ -->
<dependency>
<groupId>com.cloudimpl.outstack</groupId>
<artifactId>auth-service</artifactId>
<version>3.0.205</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudimpl.outstack/auth-service/
implementation 'com.cloudimpl.outstack:auth-service:3.0.205'
// https://jarcasting.com/artifacts/com.cloudimpl.outstack/auth-service/
implementation ("com.cloudimpl.outstack:auth-service:3.0.205")
'com.cloudimpl.outstack:auth-service:jar:3.0.205'
<dependency org="com.cloudimpl.outstack" name="auth-service" rev="3.0.205">
<artifact name="auth-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudimpl.outstack', module='auth-service', version='3.0.205')
)
libraryDependencies += "com.cloudimpl.outstack" % "auth-service" % "3.0.205"
[com.cloudimpl.outstack/auth-service "3.0.205"]