m

microprofile-jwt-auth-tck

Eclipse MicroProfile JWT Feature - TCK
Files download
File Operation
microprofile-jwt-auth-tck-1.2-RC3.jar download
microprofile-jwt-auth-tck-1.2-RC3.pom download
microprofile-jwt-auth-tck-1.2-RC3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.jwt</groupId>
  <artifactId>microprofile-jwt-auth-tck</artifactId>
  <version>1.2-RC3</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:1.2-RC3'
Gradle Kotlin
implementation("org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:1.2-RC3")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.jwt" % "microprofile-jwt-auth-tck" % "1.2-RC3"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.jwt', module='microprofile-jwt-auth-tck', version='1.2-RC3')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.jwt" name="microprofile-jwt-auth-tck" rev="1.2-RC3" />
Leiningen
[org.eclipse.microprofile.jwt/microprofile-jwt-auth-tck "1.2-RC3"]
Apache Buildr
'org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:jar:1.2-RC3'