j

jwt-bom

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