How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.shenjia</groupId>
<artifactId>MyBatisX</artifactId>
<version>1.5.1</version>
</dependency>
Choose a version of org.shenjia : MyBatisX to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
MyBatisX-1.5.1
|
||
MyBatisX-1.5.0
|
|||
1.3.x |
MyBatisX-1.3.7
|
||
MyBatisX-1.3.6
|
|||
MyBatisX-1.3.5
|
|||
MyBatisX-1.3.4
|
|||
MyBatisX-1.3.3
|
|||
MyBatisX-1.3.2
|
|||
MyBatisX-1.3.1
|
|||
MyBatisX-1.3.0
|
|||
1.2.x |
MyBatisX-1.2.0
|
||
0.0.x |
MyBatisX-0.0.5
|
||
MyBatisX-0.0.4
|
|||
MyBatisX-0.0.3
|
|||
MyBatisX-0.0.2
|
|||
MyBatisX-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.shenjia</groupId>
<artifactId>MyBatisX</artifactId>
<version>1.5.1</version>
</dependency>
Advertisement