|
1 | 1 | [](https://central.sonatype.com/artifact/com.ajaxjs/ajaxjs-util) |
2 | | -[](https://javadoc.io/doc/com.ajaxjs/ajaxjs-util ) |
| 2 | +[](https://javadoc.io/doc/com.ajaxjs/ajaxjs-util ) |
3 | 3 |  |
4 | 4 | [](http://www.apache.org/licenses/LICENSE-2.0.txt) |
5 | 5 | [](mailto:frank@ajaxjs.com) |
|
9 | 9 |
|
10 | 10 | Small Java Utils Library with many powerful components. The size of jar is around 60kb. It contains the following modules: |
11 | 11 |
|
12 | | -| Class/Package Module | Detail Description | Memo | |
13 | | -|----------------------|-----------------------------------|--------------| |
14 | | -| BytesHelper | Byte array utility class | | |
15 | | -| CollUtils | Collection utility class | | |
16 | | -| ConvertBasicValue | Attempts to convert target type, note that not all types can be converted | | |
17 | | -| DateHelper | Date utility class | | |
18 | | -| EncodeTools | String URL/Base64 encoder | | |
19 | | -| MessageDigestHelper | MD5/SHA1/SHA256/384/512 encryption utility class | | |
20 | | -| ObjectHelper | A helper for Java Object | | |
21 | | -| RandomTools | Random Numbers and Strings | | |
22 | | -| RegExpUtils | Regular expression utility class | | |
23 | | -| StrUtil | String utility class | | |
24 | | -| XmlHelper | XML processing utility class | | |
25 | | -| Cryptography | AES/RSA encryption and decryption package | | |
26 | | -| IO | File, resource, stream utility package | | |
27 | | -| Reflection | Reflection utility package | | |
| 12 | +| Class/Package Module | Detail Description | Memo | |
| 13 | +|----------------------|---------------------------------------------------------------------------|------| |
| 14 | +| BytesHelper | Byte array utility class | | |
| 15 | +| CollUtils | Collection utility class | | |
| 16 | +| ConvertBasicValue | Attempts to convert target type, note that not all types can be converted | | |
| 17 | +| DateHelper | Date utility class | | |
| 18 | +| EncodeTools | String URL/Base64 encoder | | |
| 19 | +| MessageDigestHelper | MD5/SHA1/SHA256/384/512 encryption utility class | | |
| 20 | +| ObjectHelper | A helper for Java Object | | |
| 21 | +| RandomTools | Random Numbers and Strings | | |
| 22 | +| RegExpUtils | Regular expression utility class | | |
| 23 | +| StrUtil | String utility class | | |
| 24 | +| XmlHelper | XML processing utility class | | |
| 25 | +| Cryptography | AES/RSA encryption and decryption package | | |
| 26 | +| IO | File, resource, stream utility package | | |
| 27 | +| Reflection | Reflection utility package | | |
28 | 28 |
|
29 | 29 | ## Source code |
30 | 30 |
|
31 | 31 | [Github](https://github.com/lightweight-component/aj-util) | [GitCode](https://gitcode.com/lightweight-component/aj-util) |
32 | 32 |
|
33 | 33 | ## Link |
34 | 34 |
|
35 | | -[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) |
| 35 | +[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) |
36 | 36 |
|
37 | 37 | ## Install |
38 | 38 |
|
39 | 39 | Runs on Java 8+. Maven: |
40 | 40 |
|
41 | 41 | ```xml |
| 42 | + |
42 | 43 | <dependency> |
43 | 44 | <groupId>com.ajaxjs</groupId> |
44 | 45 | <artifactId>ajaxjs-util</artifactId> |
|
0 commit comments