Skip to content

lightweight-component/aj-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Central Javadoc coverage License Email QQ群

AJ Utilities

Small Java Utils Library with many powerful components. The size of jar is around 60kb. It contains the following modules:

Class/Package Module Detail Description Memo
BytesHelper Byte array utility class
CollUtils Collection utility class
ConvertBasicValue Attempts to convert target type, note that not all types can be converted
DateHelper Date utility class
EncodeTools String URL/Base64 encoder
MessageDigestHelper MD5/SHA1/SHA256/384/512 encryption utility class
ObjectHelper A helper for Java Object
RandomTools Random Numbers and Strings
RegExpUtils Regular expression utility class
StrUtil String utility class
XmlHelper XML processing utility class
Cryptography AES/RSA encryption and decryption package
IO File, resource, stream utility package
Reflection Reflection utility package

Source code

Github | GitCode

Link

Tutorials | Tutorials(Chinese) | Java Documents

Install

Runs on Java 11+. Maven:

<dependency>
    <groupId>com.ajaxjs</groupId>
    <artifactId>ajaxjs-util</artifactId>
    <version>1.1.9</version>
</dependency>

Releases

No releases published

Packages

No packages published

Languages