文件名 | 操作 |
---|---|
microprofile-jwt-auth-parent-2.0-RC1.pom | 下载 |
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-parent</artifactId>
<version>2.0-RC1</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.eclipse.microprofile.jwt" % "microprofile-jwt-auth-parent" % "2.0-RC1"
@Grapes(
@Grab(group='org.eclipse.microprofile.jwt', module='microprofile-jwt-auth-parent', version='2.0-RC1')
)
<dependency org="org.eclipse.microprofile.jwt" name="microprofile-jwt-auth-parent" rev="2.0-RC1" />