How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.manbang</groupId>
<artifactId>ebatis-spring-boot</artifactId>
<version>6.5.1.7.RELEASE</version>
</dependency>
Choose a version of io.manbang : ebatis-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.5.x |
ebatis-spring-boot-7.5.1.12.RELEASE
|
||
ebatis-spring-boot-7.5.1.11.RELEASE
|
|||
ebatis-spring-boot-7.5.1.10.RELEASE
|
|||
ebatis-spring-boot-7.5.1.9.RELEASE
|
|||
ebatis-spring-boot-7.5.1.8.RELEASE
|
|||
ebatis-spring-boot-7.5.1.7.RELEASE
|
|||
ebatis-spring-boot-7.5.1.6.RELEASE
|
|||
ebatis-spring-boot-7.5.1.5.RELEASE
|
|||
ebatis-spring-boot-7.5.1.4.RELEASE
|
|||
ebatis-spring-boot-7.5.1.3.RELEASE
|
|||
ebatis-spring-boot-7.5.1.2.RELEASE
|
|||
ebatis-spring-boot-7.5.1.1.RELEASE
|
|||
6.5.x |
ebatis-spring-boot-6.5.1.7.RELEASE
|
||
ebatis-spring-boot-6.5.1.6.RELEASE
|
|||
ebatis-spring-boot-6.5.1.5.RELEASE
|
|||
ebatis-spring-boot-6.5.1.4.RELEASE
|
|||
ebatis-spring-boot-6.5.1.3.RELEASE
|
|||
ebatis-spring-boot-6.5.1.2.RELEASE
|
|||
ebatis-spring-boot-6.5.1.1.RELEASE
|
|||
5.4.x |
ebatis-spring-boot-5.4.2.3.RELEASE
|
||
ebatis-spring-boot-5.4.2.2.RELEASE
|
|||
ebatis-spring-boot-5.4.2.1.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.manbang</groupId>
<artifactId>ebatis-spring-boot</artifactId>
<version>6.5.1.7.RELEASE</version>
</dependency>
Advertisement