m

microprofile-jwt-auth-spec

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