Updated POM information to include "dependencies", since it is easy to

incorrectly add it as a dependency to ones own project.
This commit is contained in:
nathan 2017-07-23 18:02:50 +02:00
parent bff74b4a67
commit 247a22527f
1 changed files with 8 additions and 5 deletions

View File

@ -24,11 +24,14 @@ This project includes some utility classes that are a small subset of a much lar
Maven Info
---------
```
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>CabParser</artifactId>
<version>2.11</version>
</dependency>
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>CabParser</artifactId>
<version>2.11</version>
</dependency>
</dependencies>
```
Or if you don't want to use Maven, you can access the files directly here: