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