GroupId | GroupIdio.stargate.auth.jwt |
---|---|
ArtifactId | ArtifactIdauth-jwt-service |
Version | Version1.0.37 |
Type | Typejar |
Filename | Size |
---|---|
auth-jwt-service-1.0.37.pom | |
auth-jwt-service-1.0.37.jar | 1 MB |
auth-jwt-service-1.0.37-sources.jar | 8 KB |
auth-jwt-service-1.0.37-javadoc.jar | 40 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>1.0.37</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.auth.jwt/auth-jwt-service/
implementation 'io.stargate.auth.jwt:auth-jwt-service:1.0.37'
// https://jarcasting.com/artifacts/io.stargate.auth.jwt/auth-jwt-service/
implementation ("io.stargate.auth.jwt:auth-jwt-service:1.0.37")
'io.stargate.auth.jwt:auth-jwt-service:jar:1.0.37'
<dependency org="io.stargate.auth.jwt" name="auth-jwt-service" rev="1.0.37">
<artifact name="auth-jwt-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.auth.jwt', module='auth-jwt-service', version='1.0.37')
)
libraryDependencies += "io.stargate.auth.jwt" % "auth-jwt-service" % "1.0.37"
[io.stargate.auth.jwt/auth-jwt-service "1.0.37"]