Skip to content

Commit 43abd97

Browse files
committed
ci
1 parent 2aa4311 commit 43abd97

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Maven Central](https://img.shields.io/maven-central/v/com.ajaxjs/ajaxjs-util?label=Latest%20Release)](https://central.sonatype.com/artifact/com.ajaxjs/ajaxjs-util)
2-
[![Javadoc](https://img.shields.io/badge/javadoc-1.1.8-brightgreen.svg?)](https://javadoc.io/doc/com.ajaxjs/ajaxjs-util )
2+
[![Javadoc](https://img.shields.io/badge/javadoc-1.2.0-brightgreen.svg?)](https://javadoc.io/doc/com.ajaxjs/ajaxjs-util )
33
![coverage](https://img.shields.io/badge/coverage-80%25-yellowgreen.svg?maxAge=2592000)
44
[![License](https://img.shields.io/badge/license-Apache--2.0-green.svg?longCache=true&style=flat)](http://www.apache.org/licenses/LICENSE-2.0.txt)
55
[![Email](https://img.shields.io/badge/Contact--me-Email-orange.svg)](mailto:frank@ajaxjs.com)
@@ -9,36 +9,37 @@
99

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

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 | |
2828

2929
## Source code
3030

3131
[Github](https://github.com/lightweight-component/aj-util) | [GitCode](https://gitcode.com/lightweight-component/aj-util)
3232

3333
## Link
3434

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)
3636

3737
## Install
3838

3939
Runs on Java 8+. Maven:
4040

4141
```xml
42+
4243
<dependency>
4344
<groupId>com.ajaxjs</groupId>
4445
<artifactId>ajaxjs-util</artifactId>

0 commit comments

Comments
 (0)