How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.antframework.boot</groupId>
<artifactId>ant-boot-starters</artifactId>
<version>2.7.4</version>
</dependency>
Choose a version of org.antframework.boot : ant-boot-starters to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.7.x |
ant-boot-starters-2.7.4
|
||
2.4.x |
ant-boot-starters-2.4.4
|
||
ant-boot-starters-2.4.0
|
|||
2.2.x |
ant-boot-starters-2.2.1.RELEASE
|
||
ant-boot-starters-2.2.0.RELEASE
|
|||
1.4.x |
ant-boot-starters-1.4.4.RELEASE
|
||
ant-boot-starters-1.4.3.RELEASE
|
|||
ant-boot-starters-1.4.2.RELEASE
|
|||
ant-boot-starters-1.4.1.RELEASE
|
|||
ant-boot-starters-1.4.0.RELEASE
|
|||
1.3.x |
ant-boot-starters-1.3.0.RELEASE
|
||
1.2.x |
ant-boot-starters-1.2.2.RELEASE
|
||
ant-boot-starters-1.2.1.RELEASE
|
|||
ant-boot-starters-1.2.0.RELEASE
|
|||
1.1.x |
ant-boot-starters-1.1.0.RELEASE
|
||
1.0.x |
ant-boot-starters-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.antframework.boot</groupId>
<artifactId>ant-boot-starters</artifactId>
<version>2.7.4</version>
</dependency>
Advertisement