文件下载
文件名 操作
jwt-json4s-native_2.13-9.4.5.jar 下载
jwt-json4s-native_2.13-9.4.5.pom 下载
jwt-json4s-native_2.13-9.4.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jwt-scala</groupId>
  <artifactId>jwt-json4s-native_2.13</artifactId>
  <version>9.4.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.jwt-scala:jwt-json4s-native_2.13:9.4.5'
Gradle Kotlin
implementation("com.github.jwt-scala:jwt-json4s-native_2.13:9.4.5")
Scala SBT
libraryDependencies += "com.github.jwt-scala" % "jwt-json4s-native_2.13" % "9.4.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jwt-scala', module='jwt-json4s-native_2.13', version='9.4.5')
)
Apache Ivy
<dependency org="com.github.jwt-scala" name="jwt-json4s-native_2.13" rev="9.4.5" />
Leiningen
[com.github.jwt-scala/jwt-json4s-native_2.13 "9.4.5"]
Apache Buildr
'com.github.jwt-scala:jwt-json4s-native_2.13:jar:9.4.5'