How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.onedaybeard.ecs</groupId>
<artifactId>matrix</artifactId>
<version>0.2.0</version>
</dependency>
Choose a version of net.onedaybeard.ecs : matrix to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
matrix-0.2.0
|
||
0.1.x |
matrix-0.1.2
|
||
matrix-0.1.1
|
|||
matrix-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.onedaybeard.ecs</groupId>
<artifactId>matrix</artifactId>
<version>0.2.0</version>
</dependency>
Advertisement