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

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

Description

Eclipse MicroProfile JWT Feature - API

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

microprofile-jwt-auth-api-1.1-javadoc.jar
microprofile-jwt-auth-api-1.1-sources.jar
microprofile-jwt-auth-api-1.1-tests.jar
microprofile-jwt-auth-api-1.1.jar
microprofile-jwt-auth-api-1.1.pom



Related Tutorials