Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Commit ef3bd91

Browse files
authored
Update readme with maven info
1 parent d74d510 commit ef3bd91

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# JavaRant
22
A devRant wrapper for Java.
33

4+
## Using JavaRant
5+
JavaRant is available on Maven, simply add this dependency to your pom.xml file:
6+
7+
<dependency>
8+
<groupId>com.scorpiac.javarant</groupId>
9+
<artifactId>javarant</artifactId>
10+
<version>1.0</version>
11+
</dependency>
12+
413
## Class overview
514

615
### DevRant

0 commit comments

Comments
 (0)