How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.io7m.jcoords</groupId>
<artifactId>io7m-jcoords</artifactId>
<version>0.1.3</version>
</dependency>
Choose a version of com.io7m.jcoords : io7m-jcoords to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
io7m-jcoords-0.1.3
|
||
io7m-jcoords-0.1.2
|
|||
io7m-jcoords-0.1.1
|
|||
io7m-jcoords-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.io7m.jcoords</groupId>
<artifactId>io7m-jcoords</artifactId>
<version>0.1.3</version>
</dependency>
Advertisement