GroupId | GroupIdio.stargate.auth.table |
---|---|
ArtifactId | ArtifactIdauth-table-based-service |
Version | Version0.0.26 |
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>0.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.auth.table/auth-table-based-service/
implementation 'io.stargate.auth.table:auth-table-based-service:0.0.26'
// https://jarcasting.com/artifacts/io.stargate.auth.table/auth-table-based-service/
implementation ("io.stargate.auth.table:auth-table-based-service:0.0.26")
'io.stargate.auth.table:auth-table-based-service:jar:0.0.26'
<dependency org="io.stargate.auth.table" name="auth-table-based-service" rev="0.0.26">
<artifact name="auth-table-based-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.auth.table', module='auth-table-based-service', version='0.0.26')
)
libraryDependencies += "io.stargate.auth.table" % "auth-table-based-service" % "0.0.26"
[io.stargate.auth.table/auth-table-based-service "0.0.26"]