o

open-starter-captcha

各种验证码生成和校验 starter
Files download
File Operation
open-starter-captcha-1.0.4.jar download
open-starter-captcha-1.0.4.pom download
open-starter-captcha-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.saucesubfresh</groupId>
  <artifactId>open-starter-captcha</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.saucesubfresh:open-starter-captcha:1.0.4'
Gradle Kotlin
implementation("com.saucesubfresh:open-starter-captcha:1.0.4")
Scala SBT
libraryDependencies += "com.saucesubfresh" % "open-starter-captcha" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.saucesubfresh', module='open-starter-captcha', version='1.0.4')
)
Apache Ivy
<dependency org="com.saucesubfresh" name="open-starter-captcha" rev="1.0.4" />
Leiningen
[com.saucesubfresh/open-starter-captcha "1.0.4"]
Apache Buildr
'com.saucesubfresh:open-starter-captcha:jar:1.0.4'