<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-core</artifactId>
<version>3.0-gamma</version>
</dependency>
@Grapes(
@Grab(group='com.baomidou', module='mybatis-plus-core', version='3.0-gamma')
)
compile
|-- com.baomidou:mybatis-plus-annotation:3.0-gamma
|-- com.github.jsqlparser:jsqlparser:1.2
provided
test
|-- org.projectlombok:lombok:1.16.20
|-- org.mockito:mockito-all:1.10.19
|-- junit:junit:4.12
|-- org.mybatis.caches:mybatis-ehcache:1.1.0
|-- ch.qos.logback:logback-classic:1.2.2
|-- org.apache.commons:commons-dbcp2:2.1.1
|-- org.aspectj:aspectjweaver:1.8.9