License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcn.jetclouds |
ArtifactId | ArtifactIdaclibrary |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionaclibrary
Simple yet powerful verification code library written in Java with zero dependency.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aclibrary-1.0.0.pom | |
aclibrary-1.0.0.jar | 50 KB |
aclibrary-1.0.0-sources.jar | 29 KB |
aclibrary-1.0.0-javadoc.jar | 330 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.jetclouds/aclibrary/ -->
<dependency>
<groupId>cn.jetclouds</groupId>
<artifactId>aclibrary</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jetclouds/aclibrary/
implementation 'cn.jetclouds:aclibrary:1.0.0'
// https://jarcasting.com/artifacts/cn.jetclouds/aclibrary/
implementation ("cn.jetclouds:aclibrary:1.0.0")
'cn.jetclouds:aclibrary:jar:1.0.0'
<dependency org="cn.jetclouds" name="aclibrary" rev="1.0.0">
<artifact name="aclibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jetclouds', module='aclibrary', version='1.0.0')
)
libraryDependencies += "cn.jetclouds" % "aclibrary" % "1.0.0"
[cn.jetclouds/aclibrary "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |