How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>api-boot-plugins</artifactId>
<version>2.2.7.RELEASE</version>
</dependency>
Choose a version of org.minbox.framework : api-boot-plugins to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
api-boot-plugins-2.2.7.RELEASE
|
||
api-boot-plugins-2.2.6.RELEASE
|
|||
api-boot-plugins-2.2.5.RELEASE
|
|||
api-boot-plugins-2.2.4.RELEASE
|
|||
api-boot-plugins-2.2.3.RELEASE
|
|||
api-boot-plugins-2.2.2.RELEASE
|
|||
api-boot-plugins-2.2.1.RELEASE
|
|||
api-boot-plugins-2.2.0.RELEASE
|
|||
2.1.x |
api-boot-plugins-2.1.7.RELEASE
|
||
api-boot-plugins-2.1.6.RELEASE
|
|||
api-boot-plugins-2.1.5.RELEASE
|
|||
api-boot-plugins-2.1.4.RELEASE
|
|||
api-boot-plugins-2.1.4-RC2
|
|||
api-boot-plugins-2.1.4-RC1
|
|||
api-boot-plugins-2.1.3.RELEASE
|
|||
api-boot-plugins-2.1.2.RELEASE
|
|||
api-boot-plugins-2.1.1.RELEASE
|
|||
api-boot-plugins-2.1.0.RELEASE
|
|||
2.0.x |
api-boot-plugins-2.0.9.RELEASE
|
||
api-boot-plugins-2.0.8.RELEASE
|
|||
api-boot-plugins-2.0.7.RELEASE
|
|||
api-boot-plugins-2.0.6.RELEASE
|
|||
api-boot-plugins-2.0.5.RELEASE
|
|||
api-boot-plugins-2.0.4.RELEASE
|
|||
api-boot-plugins-2.0.3.RELEASE
|
|||
api-boot-plugins-2.0.2.RELEASE
|
|||
api-boot-plugins-2.0.1.RELEASE
|
|||
1.0.x |
api-boot-plugins-1.0.3.RELEASE
|
||
api-boot-plugins-1.0.2.RELEASE
|
|||
api-boot-plugins-1.0.1.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>api-boot-plugins</artifactId>
<version>2.2.7.RELEASE</version>
</dependency>
Advertisement