| License |
License |
|---|---|
| GroupId | GroupIdcom.github.napp-com |
| ArtifactId | ArtifactIdkaptcha |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKaptcha
a simple captcha tool
|
| Filename | Size |
|---|---|
| kaptcha-1.0.0.pom | |
| kaptcha-1.0.0.jar | 12 KB |
| kaptcha-1.0.0-tests.jar | 3 KB |
| kaptcha-1.0.0-test-sources.jar | 2 KB |
| kaptcha-1.0.0-sources.jar | 8 KB |
| kaptcha-1.0.0-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.napp-com/kaptcha/ -->
<dependency>
<groupId>com.github.napp-com</groupId>
<artifactId>kaptcha</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.napp-com/kaptcha/
implementation 'com.github.napp-com:kaptcha:1.0.0'
// https://jarcasting.com/artifacts/com.github.napp-com/kaptcha/
implementation ("com.github.napp-com:kaptcha:1.0.0")
'com.github.napp-com:kaptcha:jar:1.0.0'
<dependency org="com.github.napp-com" name="kaptcha" rev="1.0.0">
<artifact name="kaptcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.napp-com', module='kaptcha', version='1.0.0')
)
libraryDependencies += "com.github.napp-com" % "kaptcha" % "1.0.0"
[com.github.napp-com/kaptcha "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jhlabs : filters | jar | 2.0.235-1 |