<dependency> <groupId>pl.chilldev.commons</groupId> <artifactId>commons-jwt</artifactId> <version>0.3.12</version> </dependency>
implementation 'pl.chilldev.commons:commons-jwt:0.3.12'
implementation("pl.chilldev.commons:commons-jwt:0.3.12")
libraryDependencies += "pl.chilldev.commons" % "commons-jwt" % "0.3.12"
@Grapes( @Grab(group='pl.chilldev.commons', module='commons-jwt', version='0.3.12') )
<dependency org="pl.chilldev.commons" name="commons-jwt" rev="0.3.12" />
[pl.chilldev.commons/commons-jwt "0.3.12"]
'pl.chilldev.commons:commons-jwt:jar:0.3.12'
<parent> <groupId>pl.chilldev.commons</groupId> <artifactId>commons</artifactId> <version>0.3.12</version> </parent>
compile
|-- com.auth0:jwks-rsa:0.3.0