Skip to content

Commit

Permalink
added maven info in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderCrypt committed Nov 29, 2017
1 parent 41b21f4 commit 110fb57
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Cs2dJavaMapLibrary

early alpha development, expect bugs.


Maven dependancy:
```Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.EnderCrypt</groupId>
<artifactId>Cs2dJavaMapLibrary</artifactId>
<version>41b21f44c9</version>
</dependency>
</dependencies>
```

0 comments on commit 110fb57

Please sign in to comment.