<dependency> <groupId>tk.mybatis</groupId> <artifactId>mapper-modules</artifactId> <version>5.0.0-rc2</version> <type>pom</type> </dependency>
implementation 'tk.mybatis:mapper-modules:5.0.0-rc2'
implementation("tk.mybatis:mapper-modules:5.0.0-rc2")
libraryDependencies += "tk.mybatis" % "mapper-modules" % "5.0.0-rc2"
@Grapes( @Grab(group='tk.mybatis', module='mapper-modules', version='5.0.0-rc2') )
<dependency org="tk.mybatis" name="mapper-modules" rev="5.0.0-rc2" />
[tk.mybatis/mapper-modules "5.0.0-rc2"]
'tk.mybatis:mapper-modules:jar:5.0.0-rc2'
compile
|-- org.slf4j:slf4j-api
|-- junit:junit
|-- ch.qos.logback:logback-classic
|-- org.hsqldb:hsqldb