How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-tools</artifactId>
<version>1.0.3</version>
</dependency>
Choose a version of org.apache.batchee : batchee-tools to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
batchee-tools-1.0.3
|
||
batchee-tools-1.0.2
|
|||
batchee-tools-1.0.1
|
|||
batchee-tools-1.0.0
|
|||
0.6 |
batchee-tools-0.6
|
||
0.5 |
batchee-tools-0.5-incubating
|
||
0.4 |
batchee-tools-0.4-incubating
|
||
0.3 |
batchee-tools-0.3-incubating
|
||
0.2 |
batchee-tools-0.2-incubating
|
||
0.1 |
batchee-tools-0.1-incubating
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-tools</artifactId>
<version>1.0.3</version>
</dependency>
Advertisement