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 4cf4c774b3
commit 2faab8e357

View File

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