How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.soento</groupId>
<artifactId>soento-boot</artifactId>
<version>1.2.10-RELEASE</version>
</dependency>
Choose a version of com.soento : soento-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
soento-boot-1.2.10-RELEASE
|
||
soento-boot-1.2.9-RELEASE
|
|||
soento-boot-1.2.8-RELEASE
|
|||
soento-boot-1.2.7-RELEASE
|
|||
soento-boot-1.2.6-RELEASE
|
|||
soento-boot-1.2.5-RELEASE
|
|||
soento-boot-1.2.4-RELEASE
|
|||
soento-boot-1.2.3-RELEASE
|
|||
soento-boot-1.2.2-RELEASE
|
|||
soento-boot-1.2.1-RELEASE
|
|||
soento-boot-1.2.0-RELEASE
|
|||
1.1.x |
soento-boot-1.1.13-RELEASE
|
||
soento-boot-1.1.11-RELEASE
|
|||
soento-boot-1.1.10-RELEASE
|
|||
soento-boot-1.1.8-RELEASE
|
|||
soento-boot-1.1.7-RELEASE
|
|||
soento-boot-1.1.5-RELEASE
|
|||
soento-boot-1.1.4-RELEASE
|
|||
soento-boot-1.1.2-RELEASE
|
|||
soento-boot-1.1.1-RELEASE
|
|||
soento-boot-1.1.0-RELEASE
|
|||
1.0.x |
soento-boot-1.0.9-RELEASE
|
||
soento-boot-1.0.8-RELEASE
|
|||
soento-boot-1.0.7-RELEASE
|
|||
soento-boot-1.0.6-RELEASE
|
|||
soento-boot-1.0.5-RELEASE
|
|||
soento-boot-1.0.4-RELEASE
|
|||
soento-boot-1.0.3-RELEASE
|
|||
soento-boot-1.0.2-RELEASE
|
|||
soento-boot-1.0.1-RELEASE
|
|||
soento-boot-1.0.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.soento</groupId>
<artifactId>soento-boot</artifactId>
<version>1.2.10-RELEASE</version>
</dependency>
Advertisement