How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.1.1</version>
</dependency>
Choose a version of jakarta.batch : tck-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
tck-parent-2.1.1
|
||
tck-parent-2.1.0
|
|||
tck-parent-2.1.0-M1
|
|||
2.0.x |
tck-parent-2.0.0
|
||
tck-parent-2.0.0-M4
|
|||
tck-parent-2.0.0-M2
|
|||
1.0.x |
tck-parent-1.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.1.1</version>
</dependency>
Advertisement