How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.wix.restaurants</groupId>
<artifactId>common-protocol</artifactId>
<version>1.12.0</version>
</dependency>
Choose a version of com.wix.restaurants : common-protocol to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.12.x |
common-protocol-1.12.0
|
||
1.10.x |
common-protocol-1.10.0
|
||
1.8.x |
common-protocol-1.8.0
|
||
1.7.x |
common-protocol-1.7.0
|
||
1.6.x |
common-protocol-1.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.wix.restaurants</groupId>
<artifactId>common-protocol</artifactId>
<version>1.12.0</version>
</dependency>
Advertisement