is not current version
Last Version 0.0.4

com.github.houbb:captcha 0.0.3

The data struct framework for java

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

captcha
Version

Version

0.0.3
Type

Type

pom

Download captcha 0.0.3

Filename Size
captcha-0.0.3.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.houbb/captcha/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>captcha</artifactId>
    <version>0.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/captcha/
implementation 'com.github.houbb:captcha:0.0.3'
// https://jarcasting.com/artifacts/com.github.houbb/captcha/
implementation ("com.github.houbb:captcha:0.0.3")
'com.github.houbb:captcha:pom:0.0.3'
<dependency org="com.github.houbb" name="captcha" rev="0.0.3">
  <artifact name="captcha" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='captcha', version='0.0.3')
)
libraryDependencies += "com.github.houbb" % "captcha" % "0.0.3"
[com.github.houbb/captcha "0.0.3"]