https://github.com/lightweight-component/aj-util
Base Common Utilities
https://github.com/lightweight-component/aj-util
helper tools utilities
Last synced: about 1 year ago
JSON representation
Base Common Utilities
- Host: GitHub
- URL: https://github.com/lightweight-component/aj-util
- Owner: lightweight-component
- License: apache-2.0
- Created: 2024-06-12T11:21:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T13:15:19.000Z (about 1 year ago)
- Last Synced: 2025-03-28T06:04:24.978Z (about 1 year ago)
- Topics: helper, tools, utilities
- Language: Java
- Homepage: https://framework.ajaxjs.com/aj-util
- Size: 249 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://central.sonatype.com/artifact/com.ajaxjs/ajaxjs-util)
[](https://javadoc.io/doc/com.ajaxjs/ajaxjs-util )

[](http://www.apache.org/licenses/LICENSE-2.0.txt)
[](mailto:frank@ajaxjs.com)
[](https://shang.qq.com/wpa/qunwpa?idkey=3877893a4ed3a5f0be01e809e7ac120e346102bd550deb6692239bb42de38e22)
# AJ Utilities
Small Java Utils Library with many powerful components. The size of jar is around 90kb. 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 | |
| HTTP Request | A Small HTTP Request Component | |
| RandomTools | Random Numbers and Strings | |
| RegExpUtils | Regular expression utility class | |
| StrUtil | String utility class | |
| JsonUtil | Encapsulation of Jackson Library: Conversion Methods Between JSON, Map, Bean, and List | Jackson is only library that dependencies |
| 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](https://github.com/lightweight-component/aj-util) | [GitCode](https://gitcode.com/lightweight-component/aj-util)
## Link
[Tutorials](https://framework.ajaxjs.com/aj-util/) | [Tutorials(Chinese)](https://framework.ajaxjs.com/aj-util/cn/) | [Java Documents](https://javadoc.io/doc/com.ajaxjs/ajaxjs-util)
## Install
Runs on Java 8+. Maven:
```xml
com.ajaxjs
ajaxjs-util
1.2.2
```