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