File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 8
8
<a href="https://github.com/wniemiec-util-java/string-utils/actions/workflows/ubuntu.yml"><img src="https://github.com/wniemiec-util-java/string-utils/actions/workflows/ubuntu.yml/badge.svg" alt=""></a>
9
9
<a href="https://codecov.io/gh/wniemiec-util-java/string-utils"><img src="https://codecov.io/gh/wniemiec-util-java/string-utils/branch/master/graph/badge.svg?token=R2SFS4SP86" alt="Coverage status"></a>
10
10
<a href="http://java.oracle.com"><img src="https://img.shields.io/badge/java-11+-D0008F.svg" alt="Java compatibility"></a>
11
- <a href="https://github .com/wniemiec-util-java/string-utils/releases "><img src="https://img.shields.io/github /v/release/ wniemiec-util-java/string-utils" alt="Release "></a>
11
+ <a href="https://mvnrepository .com/artifact/io.github. wniemiec-util-java/string-utils"><img src="https://img.shields.io/maven-central /v/io.github. wniemiec-util-java/string-utils" alt="Maven Central release "></a>
12
12
<a href="https://github.com/wniemiec-util-java/string-utils/blob/master/LICENSE"><img src="https://img.shields.io/github/license/wniemiec-util-java/string-utils" alt="License"></a>
13
13
</p >
14
14
<hr />
17
17
Methods package that perform string manipulation.
18
18
19
19
## ❓ How to use
20
- 1 . Add this to pom.xml:
20
+
21
+ 1 . Add one of the options below to the pom.xml file:
22
+
23
+ #### Using Maven Central (recomended):
24
+ ```
25
+ <dependency>
26
+ <groupId>io.github.wniemiec-util-java</groupId>
27
+ <artifactId>string-utils</artifactId>
28
+ <version>LATEST</version>
29
+ </dependency>
30
+ ```
31
+
32
+ #### Using GitHub Packages:
21
33
```
22
34
<dependency>
23
35
<groupId>wniemiec.util.java</groupId>
You can’t perform that action at this time.
0 commit comments