is not current version
Last Version 0.4.4

pl.chilldev.commons:commons-jwt 0.3.9

JSON Web Tokens utilities.

GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-jwt
Version

Version

0.3.9
Type

Type

jar

Download commons-jwt 0.3.9


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