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