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