License |
License |
---|---|
GroupId | GroupIdcom.github.cage |
ArtifactId | ArtifactIdcage-parent |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCAptcha GEnerator Parent
Cage is a CAPTCHA image generator java library. It is fast, small and simple.
|
Source Code Management |
Source Code Management |
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"]