j

jwt-scala_2.12

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