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