s

smallrye-jwt-implementation-parent

Files download
File Operation
smallrye-jwt-implementation-parent-3.3.2.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-jwt-implementation-parent</artifactId>
  <version>3.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye:smallrye-jwt-implementation-parent:3.3.2'
Gradle Kotlin
implementation("io.smallrye:smallrye-jwt-implementation-parent:3.3.2")
Scala SBT
libraryDependencies += "io.smallrye" % "smallrye-jwt-implementation-parent" % "3.3.2"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='smallrye-jwt-implementation-parent', version='3.3.2')
)
Apache Ivy
<dependency org="io.smallrye" name="smallrye-jwt-implementation-parent" rev="3.3.2" />
Leiningen
[io.smallrye/smallrye-jwt-implementation-parent "3.3.2"]
Apache Buildr
'io.smallrye:smallrye-jwt-implementation-parent:jar:3.3.2'