<dependency>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-core</artifactId>
<version>1.4.1</version>
</dependency>
@Grapes(
@Grab(group='org.mybatis.generator', module='mybatis-generator-core', version='1.4.1')
)
<parent> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator</artifactId> <version>1.4.1</version> </parent>
compile
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-params
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.platform:junit-platform-launcher
|-- com.github.javaparser:javaparser-core
provided
|-- org.apache.logging.log4j:log4j-api
|-- commons-logging:commons-logging
test