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:03:25 +02:00
parent b4ca3e8b9d
commit e9e7d2b46f
1 changed files with 8 additions and 5 deletions

View File

@ -69,11 +69,14 @@ Usage:
Maven Info
---------
```
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ObjectPool</artifactId>
<version>2.8</version>
</dependency>
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ObjectPool</artifactId>
<version>2.8</version>
</dependency>
</dependencies>
```
Or if you don't want to use Maven, you can access the files directly here: