File | Operation |
---|---|
microprofile-jwt-auth-spec-2.1-RC3.pom | download |
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-spec</artifactId>
<version>2.1-RC3</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.eclipse.microprofile.jwt" % "microprofile-jwt-auth-spec" % "2.1-RC3"
@Grapes(
@Grab(group='org.eclipse.microprofile.jwt', module='microprofile-jwt-auth-spec', version='2.1-RC3')
)
<dependency org="org.eclipse.microprofile.jwt" name="microprofile-jwt-auth-spec" rev="2.1-RC3" />
<parent> <groupId>org.eclipse.microprofile.jwt</groupId> <artifactId>microprofile-jwt-auth-parent</artifactId> <version>2.1-RC3</version> </parent>