How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.imajine</groupId>
<artifactId>org-imajine-image-examples</artifactId>
<version>0.9.12</version>
</dependency>
Choose a version of org.imajine : org-imajine-image-examples to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.11 |
org-imajine-image-examples-0.11-ALPHA-1
|
||
0.9.x |
org-imajine-image-examples-0.9.12
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.imajine</groupId>
<artifactId>org-imajine-image-examples</artifactId>
<version>0.9.12</version>
</dependency>
Advertisement