Skip to content

Commit 22b6759

Browse files
committed
Change coordinates to be compatible with jitpack.io and added maven use details
1 parent 2d03437 commit 22b6759

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,26 @@ Functionality includes:
3232

3333
The code was designed to be Thread-safe too, with minimal locking.
3434

35+
### Maven
36+
With my coordinates, if properly released:
37+
```xml
38+
<dependency>
39+
<groupId>com.github.rwperrott</groupId>
40+
<artifactId>rwperrott-string-template-utils</artifactId>
41+
<version>2.2.3</version>
42+
</dependency>
43+
```
44+
45+
The jars could be requested via jitpack.io, by using this repo.
46+
```xml
47+
<repositories>
48+
<repository>
49+
<id>jitpack.io</id>
50+
<url>https://jitpack.io</url>
51+
</repository>
52+
</repositories>
53+
```
54+
55+
3556
### TODO
3657
- Consider adding more to the Javadocs or provide examples in Markdown files.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<doclint>none</doclint>
1414
</properties>
1515

16-
<groupId>rwperrott</groupId>
16+
<groupId>com.github.rwperrott</groupId>
1717
<artifactId>rwperrott-string-template-utils</artifactId>
1818
<version>2.2.3</version>
1919
<packaging>jar</packaging>

0 commit comments

Comments
 (0)