Skip to content

Commit 110fb57

Browse files
authored
added maven info in readme
1 parent 41b21f4 commit 110fb57

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
# Cs2dJavaMapLibrary
22

33
early alpha development, expect bugs.
4+
5+
6+
Maven dependancy:
7+
```Maven
8+
<repositories>
9+
<repository>
10+
<id>jitpack.io</id>
11+
<url>https://jitpack.io</url>
12+
</repository>
13+
</repositories>
14+
15+
<dependencies>
16+
<dependency>
17+
<groupId>com.github.EnderCrypt</groupId>
18+
<artifactId>Cs2dJavaMapLibrary</artifactId>
19+
<version>41b21f44c9</version>
20+
</dependency>
21+
</dependencies>
22+
```

0 commit comments

Comments
 (0)