How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.terasoluna.batch</groupId>
<artifactId>terasoluna-batch-build</artifactId>
<version>5.4.2.RELEASE</version>
</dependency>
Choose a version of org.terasoluna.batch : terasoluna-batch-build to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.5.x |
terasoluna-batch-build-5.5.0.RELEASE
|
||
terasoluna-batch-build-5.5.0.RC1
|
|||
5.4.x |
terasoluna-batch-build-5.4.2.RELEASE
|
||
terasoluna-batch-build-5.4.1.RELEASE
|
|||
terasoluna-batch-build-5.4.1.RC1
|
|||
terasoluna-batch-build-5.4.0.RELEASE
|
|||
terasoluna-batch-build-5.4.0.RC1
|
|||
5.3.x |
terasoluna-batch-build-5.3.1.RELEASE
|
||
terasoluna-batch-build-5.3.0.RELEASE
|
|||
terasoluna-batch-build-5.3.0.RC3
|
|||
terasoluna-batch-build-5.3.0.RC1
|
|||
5.2.x |
terasoluna-batch-build-5.2.1.RELEASE
|
||
terasoluna-batch-build-5.2.1.RC6
|
|||
terasoluna-batch-build-5.2.1.RC5
|
|||
terasoluna-batch-build-5.2.1.RC4
|
|||
terasoluna-batch-build-5.2.1.RC3
|
|||
terasoluna-batch-build-5.2.1.RC2
|
|||
terasoluna-batch-build-5.2.1.RC1
|
|||
terasoluna-batch-build-5.2.0.RELEASE
|
|||
terasoluna-batch-build-5.2.0.RC1
|
|||
5.1.x |
terasoluna-batch-build-5.1.2.RELEASE
|
||
terasoluna-batch-build-5.1.2.RC4
|
|||
terasoluna-batch-build-5.1.2.RC3
|
|||
terasoluna-batch-build-5.1.2.RC2
|
|||
terasoluna-batch-build-5.1.2.RC1
|
|||
terasoluna-batch-build-5.1.1.RELEASE
|
|||
terasoluna-batch-build-5.1.0.RELEASE
|
|||
terasoluna-batch-build-5.1.0.RC1
|
|||
5.0.x |
terasoluna-batch-build-5.0.4.RELEASE
|
||
terasoluna-batch-build-5.0.3.RELEASE
|
|||
terasoluna-batch-build-5.0.2.RELEASE
|
|||
terasoluna-batch-build-5.0.2.RC1
|
|||
terasoluna-batch-build-5.0.1.RC2
|
|||
terasoluna-batch-build-5.0.1.RELEASE
|
|||
terasoluna-batch-build-5.0.1.RC1
|
|||
terasoluna-batch-build-5.0.0.RELEASE
|
|||
terasoluna-batch-build-5.0.0.RC3
|
|||
terasoluna-batch-build-5.0.0.RC2
|
|||
terasoluna-batch-build-5.0.0.RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.terasoluna.batch</groupId>
<artifactId>terasoluna-batch-build</artifactId>
<version>5.4.2.RELEASE</version>
</dependency>
Advertisement