is not current version
Last Version 1.2.1.RELEASE

com.github.luues:commons-jwt-auth 1.0.2.RELEASE

A simple JWT generation token and verification toke

GroupId

GroupId

com.github.luues
ArtifactId

ArtifactId

commons-jwt-auth
Version

Version

1.0.2.RELEASE
Type

Type

jar

Download commons-jwt-auth 1.0.2.RELEASE


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