<dependency> <groupId>com.github.jwt-scala</groupId> <artifactId>jwt-core_3</artifactId> <version>9.1.2</version> </dependency>
implementation 'com.github.jwt-scala:jwt-core_3:9.1.2'
implementation("com.github.jwt-scala:jwt-core_3:9.1.2")
libraryDependencies += "com.github.jwt-scala" % "jwt-core_3" % "9.1.2"
@Grapes( @Grab(group='com.github.jwt-scala', module='jwt-core_3', version='9.1.2') )
<dependency org="com.github.jwt-scala" name="jwt-core_3" rev="9.1.2" />
[com.github.jwt-scala/jwt-core_3 "9.1.2"]
'com.github.jwt-scala:jwt-core_3:jar:9.1.2'
compile
|-- org.scala-lang:scala3-library_3:3.1.3
test
|-- org.scalameta:munit_3:0.7.29
|-- org.scalameta:munit-scalacheck_3:0.7.29
|-- org.bouncycastle:bcpkix-jdk18on:1.72