Download microprofile-jwt-auth-tck-1.1.jar file - Jar m

Jar examples for m:microprofile-jwt-auth-tck

Description

Eclipse MicroProfile JWT Feature - TCK

You can download jar file microprofile-jwt-auth-tck 1.1 in this page.

License

Apache License

Build File

You can use the following script to add microprofile-jwt-auth-tck-1.1.jar to your project.

<dependency>
   <groupId>org.eclipse.microprofile.jwt</groupId>
   <artifactId>microprofile-jwt-auth-tck</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'org.eclipse.microprofile.jwt', name: 'microprofile-jwt-auth-tck', version: '1.1'
libraryDependencies += "org.eclipse.microprofile.jwt" % "microprofile-jwt-auth-tck" % "1.1"
<dependency org="org.eclipse.microprofile.jwt" name="microprofile-jwt-auth-tck" rev="1.1"/>
@Grapes(@Grab(group='org.eclipse.microprofile.jwt', module='microprofile-jwt-auth-tck', version='1.1'))
'org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:jar:1.1'

Download

Click the following link to download the jar file.

microprofile-jwt-auth-tck-1.1-javadoc.jar
microprofile-jwt-auth-tck-1.1-sources.jar
microprofile-jwt-auth-tck-1.1-test-sources.jar
microprofile-jwt-auth-tck-1.1-tests.jar
microprofile-jwt-auth-tck-1.1.jar
microprofile-jwt-auth-tck-1.1.pom



Related Tutorials