How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.memority.api.poms</groupId>
<artifactId>memority-api-poms-root</artifactId>
<version>0.6.0</version>
</dependency>
Choose a version of com.memority.api.poms : memority-api-poms-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6.x |
memority-api-poms-root-0.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.memority.api.poms</groupId>
<artifactId>memority-api-poms-root</artifactId>
<version>0.6.0</version>
</dependency>
Advertisement