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