How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.tap4j</groupId>
<artifactId>tap4j-parent</artifactId>
<version>4.4.2</version>
</dependency>
Choose a version of org.tap4j : tap4j-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.4.x |
tap4j-parent-4.4.2
|
||
tap4j-parent-4.4.1
|
|||
4.4 |
tap4j-parent-4.4
|
||
4.3 |
tap4j-parent-4.3
|
||
4.2.x |
tap4j-parent-4.2.1
|
||
tap4j-parent-4.2.0
|
|||
4.1.x |
tap4j-parent-4.1.2
|
||
tap4j-parent-4.1.1
|
|||
4.1 |
tap4j-parent-4.1
|
||
4.0.x |
tap4j-parent-4.0.8
|
||
tap4j-parent-4.0.6
|
|||
tap4j-parent-4.0.5
|
|||
tap4j-parent-4.0.4
|
|||
tap4j-parent-4.0.3
|
|||
tap4j-parent-4.0.2
|
|||
tap4j-parent-4.0.1
|
|||
4.0 |
tap4j-parent-4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.tap4j</groupId>
<artifactId>tap4j-parent</artifactId>
<version>4.4.2</version>
</dependency>
Advertisement