| GroupId | GroupIdcom.github.xandb.utils |
|---|---|
| ArtifactId | ArtifactIdxandb-utils-captcha |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xandb-utils-captcha-1.0.0.pom | |
| xandb-utils-captcha-1.0.0.jar | 14 KB |
| xandb-utils-captcha-1.0.0-sources.jar | 11 KB |
| xandb-utils-captcha-1.0.0-javadoc.jar | 90 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xandb.utils/xandb-utils-captcha/ -->
<dependency>
<groupId>com.github.xandb.utils</groupId>
<artifactId>xandb-utils-captcha</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xandb.utils/xandb-utils-captcha/
implementation 'com.github.xandb.utils:xandb-utils-captcha:1.0.0'
// https://jarcasting.com/artifacts/com.github.xandb.utils/xandb-utils-captcha/
implementation ("com.github.xandb.utils:xandb-utils-captcha:1.0.0")
'com.github.xandb.utils:xandb-utils-captcha:jar:1.0.0'
<dependency org="com.github.xandb.utils" name="xandb-utils-captcha" rev="1.0.0">
<artifact name="xandb-utils-captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xandb.utils', module='xandb-utils-captcha', version='1.0.0')
)
libraryDependencies += "com.github.xandb.utils" % "xandb-utils-captcha" % "1.0.0"
[com.github.xandb.utils/xandb-utils-captcha "1.0.0"]