<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-codegen</artifactId>
<version>1.10.3</version>
</dependency>
@Grapes(
@Grab(group='com.mybatis-flex', module='mybatis-flex-codegen', version='1.10.3')
)
<parent> <groupId>com.mybatis-flex</groupId> <artifactId>parent</artifactId> <version>1.10.3</version> </parent>
compile
|-- com.mybatis-flex:mybatis-flex-core:1.10.3
|-- com.mysql:mysql-connector-j:8.0.33
|-- org.xerial:sqlite-jdbc:3.41.2.1
|-- com.oracle.ojdbc:ojdbc8:19.3.0.0
|-- org.projectlombok:lombok:1.18.26
test
|-- io.swagger:swagger-annotations:1.6.11
|-- junit:junit
|-- org.springframework:spring-web