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