GroupId | GroupIdcom.github.zkoalas |
---|---|
ArtifactId | ArtifactIdjwt-soul |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jwt-soul-3.0.0.pom | |
jwt-soul-3.0.0.jar | 32 KB |
jwt-soul-3.0.0-sources.jar | 18 KB |
jwt-soul-3.0.0-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zkoalas/jwt-soul/ -->
<dependency>
<groupId>com.github.zkoalas</groupId>
<artifactId>jwt-soul</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zkoalas/jwt-soul/
implementation 'com.github.zkoalas:jwt-soul:3.0.0'
// https://jarcasting.com/artifacts/com.github.zkoalas/jwt-soul/
implementation ("com.github.zkoalas:jwt-soul:3.0.0")
'com.github.zkoalas:jwt-soul:jar:3.0.0'
<dependency org="com.github.zkoalas" name="jwt-soul" rev="3.0.0">
<artifact name="jwt-soul" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zkoalas', module='jwt-soul', version='3.0.0')
)
libraryDependencies += "com.github.zkoalas" % "jwt-soul" % "3.0.0"
[com.github.zkoalas/jwt-soul "3.0.0"]