[CLEANUP] Updated README with dependencies

Fixes #104
This commit is contained in:
Jeroen Ketelaar
2019-05-07 20:47:57 -05:00
committed by GitHub
parent 0c313feca7
commit 6651b98eea
+4 -4
View File
@@ -19,7 +19,7 @@ If you'd like to have either or both the client and the API in your project, use
<repository> <repository>
<id>git-parabot</id> <id>git-parabot</id>
<name>Parabot's Git based repo</name> <name>Parabot's Git based repo</name>
<url>https://github.com/parabot/Maven-Repository/raw/master/</url> <url>https://maven.parabot.org/</url>
</repository> </repository>
</repositories> </repositories>
@@ -27,12 +27,12 @@ If you'd like to have either or both the client and the API in your project, use
<dependency> <dependency>
<groupId>org.parabot</groupId> <groupId>org.parabot</groupId>
<artifactId>client</artifactId> <artifactId>client</artifactId>
<version>2.2</version> <version>2.7</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.parabot</groupId> <groupId>org.parabot</groupId>
<artifactId>317provider</artifactId> <artifactId>317-api-minified</artifactId>
<version>1.0</version> <version>1.21.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```