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