Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.yracnet.captcha |
ArtifactId | ArtifactIdcaptcha-build |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
captcha-build-0.3.0.pom | |
captcha-build-0.3.0.jar | 8 MB |
captcha-build-0.3.0-sources.jar | 7 MB |
captcha-build-0.3.0-javadoc.jar | 496 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yracnet.captcha/captcha-build/ -->
<dependency>
<groupId>com.github.yracnet.captcha</groupId>
<artifactId>captcha-build</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yracnet.captcha/captcha-build/
implementation 'com.github.yracnet.captcha:captcha-build:0.3.0'
// https://jarcasting.com/artifacts/com.github.yracnet.captcha/captcha-build/
implementation ("com.github.yracnet.captcha:captcha-build:0.3.0")
'com.github.yracnet.captcha:captcha-build:jar:0.3.0'
<dependency org="com.github.yracnet.captcha" name="captcha-build" rev="0.3.0">
<artifact name="captcha-build" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yracnet.captcha', module='captcha-build', version='0.3.0')
)
libraryDependencies += "com.github.yracnet.captcha" % "captcha-build" % "0.3.0"
[com.github.yracnet.captcha/captcha-build "0.3.0"]