Update README.md
This commit is contained in:
parent
81953eac50
commit
41a649dae2
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
Apparently there's this neat thing called JitPack that makes a public maven repo for public Github repos on the fly.
|
Apparently there's this neat thing called JitPack that makes a public maven repo for public Github repos on the fly.
|
||||||
According to it, this is all you need to do to add this to your maven project:
|
According to it, this is all you need to do to add this to your maven project:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
@ -10,7 +9,7 @@ According to it, this is all you need to do to add this to your maven project:
|
||||||
<url>https://jitpack.io</url>
|
<url>https://jitpack.io</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
```
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.TechFortress</groupId>
|
<groupId>com.github.TechFortress</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user