How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.foreach.across.modules</groupId>
<artifactId>entity-module-project</artifactId>
<version>3.4.0.RELEASE</version>
</dependency>
Choose a version of com.foreach.across.modules : entity-module-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.4.x |
entity-module-project-3.4.0.RELEASE
|
||
3.3.x |
entity-module-project-3.3.0.RELEASE
|
||
3.2.x |
entity-module-project-3.2.0.RELEASE
|
||
3.1.x |
entity-module-project-3.1.0.RELEASE
|
||
3.0.x |
entity-module-project-3.0.1.RELEASE
|
||
entity-module-project-3.0.0.RELEASE
|
|||
2.2.x |
entity-module-project-2.2.0.RELEASE
|
||
2.1.x |
entity-module-project-2.1.0.RELEASE
|
||
2.0.x |
entity-module-project-2.0.0.RELEASE
|
||
1.1.x |
entity-module-project-1.1.1.RELEASE
|
||
entity-module-project-1.1.0.RELEASE
|
|||
1.0.x |
entity-module-project-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.foreach.across.modules</groupId>
<artifactId>entity-module-project</artifactId>
<version>3.4.0.RELEASE</version>
</dependency>
Advertisement