GroupId | GroupIdorg.bardframework.commons |
---|---|
ArtifactId | ArtifactIdcommon-captcha |
Version | Version1.2.28 |
Type | Typejar |
Filename | Size |
---|---|
common-captcha-1.2.28.pom | |
common-captcha-1.2.28.jar | 8 KB |
common-captcha-1.2.28-sources.jar | 4 KB |
common-captcha-1.2.28-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.commons/common-captcha/ -->
<dependency>
<groupId>org.bardframework.commons</groupId>
<artifactId>common-captcha</artifactId>
<version>1.2.28</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-captcha/
implementation 'org.bardframework.commons:common-captcha:1.2.28'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-captcha/
implementation ("org.bardframework.commons:common-captcha:1.2.28")
'org.bardframework.commons:common-captcha:jar:1.2.28'
<dependency org="org.bardframework.commons" name="common-captcha" rev="1.2.28">
<artifact name="common-captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-captcha', version='1.2.28')
)
libraryDependencies += "org.bardframework.commons" % "common-captcha" % "1.2.28"
[org.bardframework.commons/common-captcha "1.2.28"]