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