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