aclibrary

Simple yet powerful verification code library written in Java with zero dependency.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

cn.jetclouds
ArtifactId

ArtifactId

aclibrary
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

aclibrary
Simple yet powerful verification code library written in Java with zero dependency.
Project URL

Project URL

https://github.com/JetClouds/acLibrary
Source Code Management

Source Code Management

https://github.com/JetClouds/acLibrary

Download aclibrary

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

acLibrary: verification code library for Java

Overview

Simple yet powerful verification code library written in Java with zero dependency.

You can generate verification code picture like this:

Web Mode:

OutputStream os = request.getOutputStream();
String code = Generate.obtainWebImage(160, 70, 45, 45, 6, 6, os, "png");

File Mode:

String filePath = "D:\\codeImage.png";
String code = Generate.obtainImageFile(160, 70, 45, 45, 6, 6, filePath, "png");

it generate picture like this:
sample

Apache Maven

<dependency>
  <groupId>cn.jetclouds</groupId>
  <artifactId>aclibrary</artifactId>
  <version>1.0.0</version>
</dependency>
cn.jetclouds

JetClouds

Take you into the new world of full connected!

Versions

Version
1.0.0