GroupId | GroupIdio.stargate.auth.table |
---|---|
ArtifactId | ArtifactIdauth-table-based-service |
Version | Version1.0.38 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.stargate.auth.table/auth-table-based-service/ -->
<dependency>
<groupId>io.stargate.auth.table</groupId>
<artifactId>auth-table-based-service</artifactId>
<version>1.0.38</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.auth.table/auth-table-based-service/
implementation 'io.stargate.auth.table:auth-table-based-service:1.0.38'
// https://jarcasting.com/artifacts/io.stargate.auth.table/auth-table-based-service/
implementation ("io.stargate.auth.table:auth-table-based-service:1.0.38")
'io.stargate.auth.table:auth-table-based-service:jar:1.0.38'
<dependency org="io.stargate.auth.table" name="auth-table-based-service" rev="1.0.38">
<artifact name="auth-table-based-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.auth.table', module='auth-table-based-service', version='1.0.38')
)
libraryDependencies += "io.stargate.auth.table" % "auth-table-based-service" % "1.0.38"
[io.stargate.auth.table/auth-table-based-service "1.0.38"]