How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.io7m.jinterp</groupId>
<artifactId>com.io7m.jinterp</artifactId>
<version>2.0.0</version>
</dependency>
Choose a version of com.io7m.jinterp : com.io7m.jinterp to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
com.io7m.jinterp-2.0.0
|
||
1.0.x |
com.io7m.jinterp-1.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.io7m.jinterp</groupId>
<artifactId>com.io7m.jinterp</artifactId>
<version>2.0.0</version>
</dependency>
Advertisement