How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.walterjwhite.java.infrastructure</groupId>
<artifactId>property</artifactId>
<version>infrastructure</version>
</dependency>
Choose a version of com.walterjwhite.java.infrastructure : property to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
infrastructure |
property-infrastructure
|
||
impl |
property-impl
|
||
api |
property-api
|
||
0.0.x |
property-0.0.17
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.walterjwhite.java.infrastructure</groupId>
<artifactId>property</artifactId>
<version>infrastructure</version>
</dependency>
Advertisement