<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-generator</artifactId>
<version>3.0-gamma</version>
</dependency>
@Grapes(
@Grab(group='com.baomidou', module='mybatis-plus-generator', version='3.0-gamma')
)
compile
|-- com.baomidou:mybatis-plus-extension:3.0-gamma
optional
|-- org.apache.velocity:velocity-engine-core:2.0
|-- org.freemarker:freemarker:2.3.9
test
|-- org.projectlombok:lombok:1.16.20
|-- org.mockito:mockito-all:1.10.19
|-- junit:junit:4.12
|-- com.microsoft.sqlserver:sqljdbc4:4.0
|-- org.postgresql:postgresql:9.4.1212
|-- com.oracle:ojdbc14:10.2.0.5.0