How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.bedework</groupId>
<artifactId>bw-util-deploy</artifactId>
<version>5.0.2</version>
</dependency>
Choose a version of org.bedework : bw-util-deploy to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0.x |
bw-util-deploy-5.0.2
|
||
bw-util-deploy-5.0.1
|
|||
bw-util-deploy-5.0.0
|
|||
4.1.x |
bw-util-deploy-4.1.0
|
||
4.0.x |
bw-util-deploy-4.0.28
|
||
bw-util-deploy-4.0.27
|
|||
bw-util-deploy-4.0.26
|
|||
bw-util-deploy-4.0.25
|
|||
bw-util-deploy-4.0.24
|
|||
bw-util-deploy-4.0.23
|
|||
bw-util-deploy-4.0.22
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.bedework</groupId>
<artifactId>bw-util-deploy</artifactId>
<version>5.0.2</version>
</dependency>
Advertisement