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