Skip to content

Commit

Permalink
Merge pull request #9 from darkredz/dev
Browse files Browse the repository at this point in the history
update installation doc with maven central repo dependency
  • Loading branch information
darkredz committed Apr 5, 2020
2 parents 588770f + f70c0ec commit 3366b6f
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,10 @@ ps: Zeko turns out to be rabbit in Croatian, thus the logo :D

### To use, add these to your maven pom.xml


<repositories>
<repository>
<id>Zeko-Data-Mapper-mvn-repo</id>
<url>https://raw.github.com/darkredz/Zeko-Data-Mapper/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>

<dependency>
<groupId>com.zeko.model</groupId>
<artifactId>data-mapper</artifactId>
<version>1.3</version>
<groupId>com.github.darkredz</groupId>
<artifactId>zeko-data-mapper</artifactId>
<version>1.5.9</version>
</dependency>


Expand Down

0 comments on commit 3366b6f

Please sign in to comment.