Last Version

CAptcha GEnerator Parent 1.0

Cage is a CAPTCHA image generator java library. It is fast, small and simple.

License

License

GroupId

GroupId

com.github.cage
ArtifactId

ArtifactId

cage-parent
Version

Version

1.0
Type

Type

pom
Description

Description

CAptcha GEnerator Parent
Cage is a CAPTCHA image generator java library. It is fast, small and simple.
Source Code Management

Source Code Management

https://github.com/akiraly/cage

Download cage-parent 1.0

Filename Size
cage-parent-1.0.pom 9 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • cage
  • cage-examples-parent