s

smallrye-jwt-implementation-parent

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