| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdcom.github.robertomanfreda |
| ArtifactId | ArtifactIdjava-jwt |
| Version | Version1.0.2-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| java-jwt-1.0.2-RELEASE.pom | |
| java-jwt-1.0.2-RELEASE.jar | 13 KB |
| java-jwt-1.0.2-RELEASE-sources.jar | 8 KB |
| java-jwt-1.0.2-RELEASE-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.robertomanfreda/java-jwt/ -->
<dependency>
<groupId>com.github.robertomanfreda</groupId>
<artifactId>java-jwt</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robertomanfreda/java-jwt/
implementation 'com.github.robertomanfreda:java-jwt:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.robertomanfreda/java-jwt/
implementation ("com.github.robertomanfreda:java-jwt:1.0.2-RELEASE")
'com.github.robertomanfreda:java-jwt:jar:1.0.2-RELEASE'
<dependency org="com.github.robertomanfreda" name="java-jwt" rev="1.0.2-RELEASE">
<artifact name="java-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robertomanfreda', module='java-jwt', version='1.0.2-RELEASE')
)
libraryDependencies += "com.github.robertomanfreda" % "java-jwt" % "1.0.2-RELEASE"
[com.github.robertomanfreda/java-jwt "1.0.2-RELEASE"]