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