How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.anaptecs.jeaf</groupId>
<artifactId>jeaf-maven-plugin-project</artifactId>
<version>1.4.9</version>
</dependency>
Choose a version of com.anaptecs.jeaf : jeaf-maven-plugin-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
jeaf-maven-plugin-project-1.4.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.anaptecs.jeaf</groupId>
<artifactId>jeaf-maven-plugin-project</artifactId>
<version>1.4.9</version>
</dependency>
Advertisement