How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.ttpai.framework</groupId>
<artifactId>ttpai_mybatis</artifactId>
<version>1.0.4</version>
</dependency>
Choose a version of cn.ttpai.framework : ttpai_mybatis to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
ttpai_mybatis-1.0.4
|
||
ttpai_mybatis-1.0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.ttpai.framework</groupId>
<artifactId>ttpai_mybatis</artifactId>
<version>1.0.4</version>
</dependency>
Advertisement