s

smallrye-jwt-implementation-parent

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