m

microprofile-jwt-auth-spec

Eclipse MicroProfile JWT Feature - Specification POM
Files download
File Operation
microprofile-jwt-auth-spec-1.2.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.jwt</groupId>
  <artifactId>microprofile-jwt-auth-spec</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.jwt:microprofile-jwt-auth-spec:1.2'
Gradle Kotlin
implementation("org.eclipse.microprofile.jwt:microprofile-jwt-auth-spec:1.2")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.jwt" % "microprofile-jwt-auth-spec" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.jwt', module='microprofile-jwt-auth-spec', version='1.2')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.jwt" name="microprofile-jwt-auth-spec" rev="1.2" />
Leiningen
[org.eclipse.microprofile.jwt/microprofile-jwt-auth-spec "1.2"]
Apache Buildr
'org.eclipse.microprofile.jwt:microprofile-jwt-auth-spec:jar:1.2'