Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.yracnet.captcha |
ArtifactId | ArtifactIdcaptcha-build |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
captcha-build-0.2.1.pom | |
captcha-build-0.2.1.jar | 1 MB |
captcha-build-0.2.1-sources.jar | 1 MB |
captcha-build-0.2.1-javadoc.jar | 466 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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yracnet.captcha/captcha-build/
implementation 'com.github.yracnet.captcha:captcha-build:0.2.1'
// https://jarcasting.com/artifacts/com.github.yracnet.captcha/captcha-build/
implementation ("com.github.yracnet.captcha:captcha-build:0.2.1")
'com.github.yracnet.captcha:captcha-build:jar:0.2.1'
<dependency org="com.github.yracnet.captcha" name="captcha-build" rev="0.2.1">
<artifact name="captcha-build" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yracnet.captcha', module='captcha-build', version='0.2.1')
)
libraryDependencies += "com.github.yracnet.captcha" % "captcha-build" % "0.2.1"
[com.github.yracnet.captcha/captcha-build "0.2.1"]