j

jwt-bom

JWT Resource Server Bill-of-materials
文件下载
文件名 操作
jwt-bom-4.1.5.pom 下载
Apache Maven
<dependency>
  <groupId>org.entur.jwt-rs</groupId>
  <artifactId>jwt-bom</artifactId>
  <version>4.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.entur.jwt-rs:jwt-bom:4.1.5'
Gradle Kotlin
implementation("org.entur.jwt-rs:jwt-bom:4.1.5")
Scala SBT
libraryDependencies += "org.entur.jwt-rs" % "jwt-bom" % "4.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.entur.jwt-rs', module='jwt-bom', version='4.1.5')
)
Apache Ivy
<dependency org="org.entur.jwt-rs" name="jwt-bom" rev="4.1.5" />
Leiningen
[org.entur.jwt-rs/jwt-bom "4.1.5"]
Apache Buildr
'org.entur.jwt-rs:jwt-bom:jar:4.1.5'