is not current version
Last Version 0.0.4

com.github.houbb:captcha 0.0.1

The data struct framework for java

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

captcha
Version

Version

0.0.1
Type

Type

pom

Download captcha 0.0.1

Filename Size
captcha-0.0.1.pom 9 KB
Browse

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