How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.infrastructurebuilder.bootstrap</groupId>
<artifactId>bootstrap-envrc</artifactId>
<version>0.13.0</version>
</dependency>
Choose a version of org.infrastructurebuilder.bootstrap : bootstrap-envrc to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.13.x |
bootstrap-envrc-0.13.0
|
||
0.11.x |
bootstrap-envrc-0.11.0
|
||
0.10.x |
bootstrap-envrc-0.10.0
|
||
0.9.x |
bootstrap-envrc-0.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.infrastructurebuilder.bootstrap</groupId>
<artifactId>bootstrap-envrc</artifactId>
<version>0.13.0</version>
</dependency>
Advertisement