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