m

mybatis-mysql-table-parser

Parse database table name in XML file of MyBatis, support MySQL database.
https://github.com/Adrninistrator/mybatis-mysql-table-parser
The Apache License, Version 2.0
zhengyiee
Files download
File Operation
mybatis-mysql-table-parser-0.0.6.jar download
mybatis-mysql-table-parser-0.0.6.pom download
mybatis-mysql-table-parser-0.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.adrninistrator</groupId>
  <artifactId>mybatis-mysql-table-parser</artifactId>
  <version>0.0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.adrninistrator:mybatis-mysql-table-parser:0.0.6'
Gradle Kotlin
implementation("com.github.adrninistrator:mybatis-mysql-table-parser:0.0.6")
Scala SBT
libraryDependencies += "com.github.adrninistrator" % "mybatis-mysql-table-parser" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.adrninistrator', module='mybatis-mysql-table-parser', version='0.0.6')
)
Apache Ivy
<dependency org="com.github.adrninistrator" name="mybatis-mysql-table-parser" rev="0.0.6" />
Leiningen
[com.github.adrninistrator/mybatis-mysql-table-parser "0.0.6"]
Apache Buildr
'com.github.adrninistrator:mybatis-mysql-table-parser:jar:0.0.6'