is not current version
Last Version 1.2.0-RELEASE

com.github.robertomanfreda:java-jwt 1.0.1-RELEASE

Library for Signed-Encrypted JSON Web Tokens generation

Categories

Categories

Java Languages
GroupId

GroupId

com.github.robertomanfreda
ArtifactId

ArtifactId

java-jwt
Version

Version

1.0.1-RELEASE
Type

Type

jar

Download java-jwt 1.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.robertomanfreda/java-jwt/ -->
<dependency>
    <groupId>com.github.robertomanfreda</groupId>
    <artifactId>java-jwt</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robertomanfreda/java-jwt/
implementation 'com.github.robertomanfreda:java-jwt:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.robertomanfreda/java-jwt/
implementation ("com.github.robertomanfreda:java-jwt:1.0.1-RELEASE")
'com.github.robertomanfreda:java-jwt:jar:1.0.1-RELEASE'
<dependency org="com.github.robertomanfreda" name="java-jwt" rev="1.0.1-RELEASE">
  <artifact name="java-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robertomanfreda', module='java-jwt', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.robertomanfreda" % "java-jwt" % "1.0.1-RELEASE"
[com.github.robertomanfreda/java-jwt "1.0.1-RELEASE"]