How to install the Java artifact cn.mybatisboost.mybatis-boost-test with Maven
Java
Maven
pom.xml
cn.mybatisboost
mybatis-boost-test
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>cn.mybatisboost</groupId>
<artifactId>mybatis-boost-test</artifactId>
<version>2.3.2</version>
</dependency>
/dependencies>