is not current version
Last Version 2.1-RC2

org.eclipse.microprofile.jwt:microprofile-jwt-auth-api 2.0-RC1


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.jwt
ArtifactId

ArtifactId

microprofile-jwt-auth-api
Version

Version

2.0-RC1
Type

Type

jar

Download microprofile-jwt-auth-api 2.0-RC1


<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/ -->
<dependency>
    <groupId>org.eclipse.microprofile.jwt</groupId>
    <artifactId>microprofile-jwt-auth-api</artifactId>
    <version>2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/
implementation 'org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:2.0-RC1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/
implementation ("org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:2.0-RC1")
'org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:2.0-RC1'
<dependency org="org.eclipse.microprofile.jwt" name="microprofile-jwt-auth-api" rev="2.0-RC1">
  <artifact name="microprofile-jwt-auth-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.jwt', module='microprofile-jwt-auth-api', version='2.0-RC1')
)
libraryDependencies += "org.eclipse.microprofile.jwt" % "microprofile-jwt-auth-api" % "2.0-RC1"
[org.eclipse.microprofile.jwt/microprofile-jwt-auth-api "2.0-RC1"]