How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>it.tidalwave.image</groupId>
<artifactId>image-modules</artifactId>
<version>1.0-ALPHA-7</version>
</dependency>
Choose a version of it.tidalwave.image : image-modules to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
image-modules-1.0-ALPHA-7
|
||
image-modules-1.0-ALPHA-6
|
|||
image-modules-1.0-ALPHA-5
|
|||
image-modules-1.0-ALPHA-4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>it.tidalwave.image</groupId>
<artifactId>image-modules</artifactId>
<version>1.0-ALPHA-7</version>
</dependency>
Advertisement