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