How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>pro.chenggang</groupId>
<artifactId>reactive-mybatis-support</artifactId>
<version>1.1.7.RELEASE</version>
</dependency>
Choose a version of pro.chenggang : reactive-mybatis-support to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
reactive-mybatis-support-1.2.5.RELEASE
|
||
reactive-mybatis-support-1.2.4.RELEASE
|
|||
reactive-mybatis-support-1.2.3.RELEASE
|
|||
reactive-mybatis-support-1.2.2.RELEASE
|
|||
reactive-mybatis-support-1.2.1.RELEASE
|
|||
reactive-mybatis-support-1.2.0.RELEASE
|
|||
1.1.x |
reactive-mybatis-support-1.1.7.RELEASE
|
||
reactive-mybatis-support-1.1.6.RELEASE
|
|||
reactive-mybatis-support-1.1.5.RELEASE
|
|||
reactive-mybatis-support-1.1.4.RELEASE
|
|||
reactive-mybatis-support-1.1.3.RELEASE
|
|||
reactive-mybatis-support-1.1.2.RELEASE
|
|||
reactive-mybatis-support-1.1.1.RELEASE
|
|||
reactive-mybatis-support-1.1.0.RELEASE
|
|||
1.0.x |
reactive-mybatis-support-1.0.9.RELEASE
|
||
reactive-mybatis-support-1.0.8.RELEASE
|
|||
reactive-mybatis-support-1.0.7.RELEASE
|
|||
reactive-mybatis-support-1.0.6.RELEASE
|
|||
reactive-mybatis-support-1.0.5.RELEASE
|
|||
reactive-mybatis-support-1.0.4.RELEASE
|
|||
reactive-mybatis-support-1.0.3.RELEASE
|
|||
reactive-mybatis-support-1.0.2.RELEASE
|
|||
reactive-mybatis-support-1.0.1.RELEASE
|
|||
reactive-mybatis-support-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>pro.chenggang</groupId>
<artifactId>reactive-mybatis-support</artifactId>
<version>1.1.7.RELEASE</version>
</dependency>
Advertisement