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