Files download
File Operation
EasyCaptchaBoot-3.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.eternalstone</groupId>
  <artifactId>EasyCaptchaBoot</artifactId>
  <version>3.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.eternalstone:EasyCaptchaBoot:3.0.0'
Gradle Kotlin
implementation("io.github.eternalstone:EasyCaptchaBoot:3.0.0")
Scala SBT
libraryDependencies += "io.github.eternalstone" % "EasyCaptchaBoot" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eternalstone', module='EasyCaptchaBoot', version='3.0.0')
)
Apache Ivy
<dependency org="io.github.eternalstone" name="EasyCaptchaBoot" rev="3.0.0" />
Leiningen
[io.github.eternalstone/EasyCaptchaBoot "3.0.0"]
Apache Buildr
'io.github.eternalstone:EasyCaptchaBoot:jar:3.0.0'
Dependencies
The project has no third-party dependencies