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