File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -32,5 +32,26 @@ Functionality includes:
3232
3333The 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.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments