GroupId | GroupIdio.stargate.auth.jwt |
---|---|
ArtifactId | ArtifactIdauth-jwt-service |
Version | Version0.0.27 |
Type | Typejar |
Filename | Size |
---|---|
auth-jwt-service-0.0.27.pom | |
auth-jwt-service-0.0.27.jar | 1 MB |
auth-jwt-service-0.0.27-sources.jar | 7 KB |
auth-jwt-service-0.0.27-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.stargate.auth.jwt/auth-jwt-service/ -->
<dependency>
<groupId>io.stargate.auth.jwt</groupId>
<artifactId>auth-jwt-service</artifactId>
<version>0.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.auth.jwt/auth-jwt-service/
implementation 'io.stargate.auth.jwt:auth-jwt-service:0.0.27'
// https://jarcasting.com/artifacts/io.stargate.auth.jwt/auth-jwt-service/
implementation ("io.stargate.auth.jwt:auth-jwt-service:0.0.27")
'io.stargate.auth.jwt:auth-jwt-service:jar:0.0.27'
<dependency org="io.stargate.auth.jwt" name="auth-jwt-service" rev="0.0.27">
<artifact name="auth-jwt-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.auth.jwt', module='auth-jwt-service', version='0.0.27')
)
libraryDependencies += "io.stargate.auth.jwt" % "auth-jwt-service" % "0.0.27"
[io.stargate.auth.jwt/auth-jwt-service "0.0.27"]