GroupId | GroupIdcom.github.zkoalas |
---|---|
ArtifactId | ArtifactIdjwt-soul |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jwt-soul-3.0.1.pom | |
jwt-soul-3.0.1.jar | 32 KB |
jwt-soul-3.0.1-sources.jar | 18 KB |
jwt-soul-3.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zkoalas/jwt-soul/
implementation 'com.github.zkoalas:jwt-soul:3.0.1'
// https://jarcasting.com/artifacts/com.github.zkoalas/jwt-soul/
implementation ("com.github.zkoalas:jwt-soul:3.0.1")
'com.github.zkoalas:jwt-soul:jar:3.0.1'
<dependency org="com.github.zkoalas" name="jwt-soul" rev="3.0.1">
<artifact name="jwt-soul" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zkoalas', module='jwt-soul', version='3.0.1')
)
libraryDependencies += "com.github.zkoalas" % "jwt-soul" % "3.0.1"
[com.github.zkoalas/jwt-soul "3.0.1"]