How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.uniknow</groupId>
<artifactId>agiledev</artifactId>
<version>dbc4java</version>
</dependency>
Choose a version of org.uniknow : agiledev to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
agiledev-0.1.14
|
||
agiledev-0.1.13
|
|||
agiledev-0.1.8
|
|||
agiledev-0.1.7
|
|||
dbc4java |
agiledev-dbc4java
|
||
support |
agiledev-support
|
||
parent |
agiledev-parent
|
||
JUnitBDD |
agiledev-JUnitBDD
|
||
cucumber |
agiledev-cucumber-reporting-example
|
||
agiledev-cucumber-reporting
|
|||
common |
agiledev-common
|
||
buildConfiguration |
agiledev-buildConfiguration
|
||
tutorials |
agiledev-tutorials
|
||
dbc4spring |
agiledev-dbc4spring
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.uniknow</groupId>
<artifactId>agiledev</artifactId>
<version>dbc4java</version>
</dependency>
Advertisement