m

microprofile-jwt-auth-tck

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