How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.walterjwhite.infrastructure</groupId>
<artifactId>datastore</artifactId>
<version>modules</version>
</dependency>
Choose a version of com.walterjwhite.infrastructure : datastore to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
modules |
datastore-modules
|
||
api |
datastore-api
|
||
0.0.x |
datastore-0.0.15
|
||
datastore-0.0.14
|
|||
datastore-0.0.13
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.walterjwhite.infrastructure</groupId>
<artifactId>datastore</artifactId>
<version>modules</version>
</dependency>
Advertisement