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