How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.imagingbook</groupId>
<artifactId>imagingbook-plugins-pom</artifactId>
<version>6.0.0</version>
</dependency>
Choose a version of com.imagingbook : imagingbook-plugins-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.0.x |
imagingbook-plugins-pom-6.0.0
|
||
5.0.x |
imagingbook-plugins-pom-5.0.0
|
||
4.0.x |
imagingbook-plugins-pom-4.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.imagingbook</groupId>
<artifactId>imagingbook-plugins-pom</artifactId>
<version>6.0.0</version>
</dependency>
Advertisement