<dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-impl</artifactId> <version>0.11.0</version> </dependency>
implementation 'io.jsonwebtoken:jjwt-impl:0.11.0'
implementation("io.jsonwebtoken:jjwt-impl:0.11.0")
libraryDependencies += "io.jsonwebtoken" % "jjwt-impl" % "0.11.0"
@Grapes( @Grab(group='io.jsonwebtoken', module='jjwt-impl', version='0.11.0') )
<dependency org="io.jsonwebtoken" name="jjwt-impl" rev="0.11.0" />
[io.jsonwebtoken/jjwt-impl "0.11.0"]
'io.jsonwebtoken:jjwt-impl:jar:0.11.0'
<parent> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-root</artifactId> <version>0.11.0</version> </parent>
compile
|-- io.jsonwebtoken:jjwt-api
test
|-- org.bouncycastle:bcprov-jdk15on
|-- org.bouncycastle:bcpkix-jdk15on
|-- io.jsonwebtoken:jjwt-jackson
|-- io.jsonwebtoken:jjwt-orgjson
|-- io.jsonwebtoken:jjwt-gson