GroupId | GroupIdorg.bardframework.commons |
---|---|
ArtifactId | ArtifactIdcommon-captcha |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
common-captcha-1.3.4.pom | |
common-captcha-1.3.4.jar | 8 KB |
common-captcha-1.3.4-sources.jar | 4 KB |
common-captcha-1.3.4-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.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-captcha/
implementation 'org.bardframework.commons:common-captcha:1.3.4'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-captcha/
implementation ("org.bardframework.commons:common-captcha:1.3.4")
'org.bardframework.commons:common-captcha:jar:1.3.4'
<dependency org="org.bardframework.commons" name="common-captcha" rev="1.3.4">
<artifact name="common-captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-captcha', version='1.3.4')
)
libraryDependencies += "org.bardframework.commons" % "common-captcha" % "1.3.4"
[org.bardframework.commons/common-captcha "1.3.4"]