m

mpJwt-2.1

This feature enables web applications or microservices to use the Eclipse MicroProfile JSON Web Token 2.1 specification to authenticate users instead of, or in addition to, the configured user registry.
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
文件下载
文件名 操作
mpJwt-2.1-24.0.0.10.pom 下载
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>mpJwt-2.1</artifactId>
  <version>24.0.0.10</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:mpJwt-2.1:24.0.0.10'
Gradle Kotlin
implementation("io.openliberty.features:mpJwt-2.1:24.0.0.10")
Scala SBT
libraryDependencies += "io.openliberty.features" % "mpJwt-2.1" % "24.0.0.10"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='mpJwt-2.1', version='24.0.0.10')
)
Apache Ivy
<dependency org="io.openliberty.features" name="mpJwt-2.1" rev="24.0.0.10" />
Leiningen
[io.openliberty.features/mpJwt-2.1 "24.0.0.10"]
Apache Buildr
'io.openliberty.features:mpJwt-2.1:jar:24.0.0.10'