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