How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.marcus-nl.btm</groupId>
<artifactId>btm-parent</artifactId>
<version>3.0.0-mk1</version>
</dependency>
Choose a version of com.github.marcus-nl.btm : btm-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
btm-parent-3.0.0-mk1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.marcus-nl.btm</groupId>
<artifactId>btm-parent</artifactId>
<version>3.0.0-mk1</version>
</dependency>
Advertisement