How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-test</artifactId>
<version>1.6.1</version>
</dependency>
Choose a version of com.mybatis-flex : mybatis-flex-test to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
mybatis-flex-test-1.6.1
|
||
mybatis-flex-test-1.6.0
|
|||
1.5.x |
mybatis-flex-test-1.5.9
|
||
mybatis-flex-test-1.5.8
|
|||
mybatis-flex-test-1.5.7
|
|||
mybatis-flex-test-1.5.6
|
|||
mybatis-flex-test-1.5.5
|
|||
mybatis-flex-test-1.5.4
|
|||
mybatis-flex-test-1.5.3
|
|||
mybatis-flex-test-1.5.2
|
|||
mybatis-flex-test-1.5.1
|
|||
mybatis-flex-test-1.5.0
|
|||
1.4.x |
mybatis-flex-test-1.4.9
|
||
mybatis-flex-test-1.4.8
|
|||
mybatis-flex-test-1.4.7
|
|||
mybatis-flex-test-1.4.6
|
|||
mybatis-flex-test-1.4.5
|
|||
mybatis-flex-test-1.4.4
|
|||
mybatis-flex-test-1.4.3
|
|||
mybatis-flex-test-1.4.2
|
|||
mybatis-flex-test-1.4.1
|
|||
mybatis-flex-test-1.4.0
|
|||
1.3.x |
mybatis-flex-test-1.3.9
|
||
mybatis-flex-test-1.3.8
|
|||
mybatis-flex-test-1.3.7
|
|||
mybatis-flex-test-1.3.6
|
|||
mybatis-flex-test-1.3.5
|
|||
mybatis-flex-test-1.3.4
|
|||
mybatis-flex-test-1.3.3
|
|||
mybatis-flex-test-1.3.2
|
|||
mybatis-flex-test-1.3.1
|
|||
mybatis-flex-test-1.3.0
|
|||
1.2.x |
mybatis-flex-test-1.2.9
|
||
mybatis-flex-test-1.2.8
|
|||
mybatis-flex-test-1.2.7
|
|||
mybatis-flex-test-1.2.6
|
|||
mybatis-flex-test-1.2.5
|
|||
mybatis-flex-test-1.2.4
|
|||
mybatis-flex-test-1.2.3
|
|||
mybatis-flex-test-1.2.2
|
|||
mybatis-flex-test-1.2.1
|
|||
mybatis-flex-test-1.2.0
|
|||
1.1.x |
mybatis-flex-test-1.1.9
|
||
mybatis-flex-test-1.1.8
|
|||
mybatis-flex-test-1.1.7
|
|||
mybatis-flex-test-1.1.6
|
|||
mybatis-flex-test-1.1.5
|
|||
mybatis-flex-test-1.1.4
|
|||
mybatis-flex-test-1.1.3
|
|||
mybatis-flex-test-1.1.2
|
|||
mybatis-flex-test-1.1.1
|
|||
mybatis-flex-test-1.1.0
|
|||
1.0.x |
mybatis-flex-test-1.0.9
|
||
mybatis-flex-test-1.0.8
|
|||
mybatis-flex-test-1.0.7
|
|||
mybatis-flex-test-1.0.6
|
|||
mybatis-flex-test-1.0.5
|
|||
mybatis-flex-test-1.0.4
|
|||
mybatis-flex-test-1.0.3
|
|||
mybatis-flex-test-1.0.2
|
|||
mybatis-flex-test-1.0.0-beta.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-test</artifactId>
<version>1.6.1</version>
</dependency>
Advertisement