How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.veithen.cosmos.bootstrap</groupId>
<artifactId>bootstrap</artifactId>
<version>0.3</version>
</dependency>
Choose a version of com.github.veithen.cosmos.bootstrap : bootstrap to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3 |
bootstrap-0.3
|
||
0.2 |
bootstrap-0.2
|
||
0.1 |
bootstrap-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.veithen.cosmos.bootstrap</groupId>
<artifactId>bootstrap</artifactId>
<version>0.3</version>
</dependency>
Advertisement