MVN

com.github.adrninistrator : mybatis-mysql-table-parser

Maven & Gradle

Aug 02, 2023
0 stars

mybatis-mysql-table-parser · Parse database table name in XML file of MyBatis, support MySQL database.

<dependency>
    <groupId>com.github.adrninistrator</groupId>
    <artifactId>mybatis-mysql-table-parser</artifactId>
    <version>0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.adrninistrator : mybatis-mysql-table-parser to add to Maven - Latest Versions:

  • Latest Stable: 0.0.6

All Versions

Choose a version of com.github.adrninistrator : mybatis-mysql-table-parser to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
mybatis-mysql-table-parser-0.0.6
mybatis-mysql-table-parser-0.0.5
mybatis-mysql-table-parser-0.0.4
mybatis-mysql-table-parser-0.0.3
mybatis-mysql-table-parser-0.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.adrninistrator</groupId>
    <artifactId>mybatis-mysql-table-parser</artifactId>
    <version>0.0.6</version>
</dependency>

Advertisement