yixsoft-batis-dialect-mysql
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.yixsoft</groupId>
<artifactId>yixsoft-batis-dialect-mysql</artifactId>
<version>2.1.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yixsoft</groupId>
<artifactId>yixsoft-batis-dialect-mysql</artifactId>
<version>2.1.2</version>
<name>yixsoft-batis-dialects-mysql-impl</name>
<description>YixSoft MyBatis AutoSql Plugin</description>
<url>https://gitee.com/yixsoft/yixsoft-autobatis/wiki/yixsoft-batis-dialect-mysql</url>
<licenses>
<license>
<name>MIT Licence</name>
<url>https://gitee.com/yixsoft/yixsoft-autobatis/raw/master/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Astro Dai</name>
<email>davepotter@163.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://gitee.com/yixsoft/yixsoft-autobatis.git/yixsoft-batis-dialect-mysql</connection>
<developerConnection>scm:git:https://gitee.com/yixsoft/yixsoft-autobatis.git/yixsoft-batis-dialect-mysql</developerConnection>
<tag>master</tag>
<url>https://gitee.com/yixsoft/yixsoft-autobatis.git/yixsoft-batis-dialect-mysql</url>
</scm>
<dependencies>
<dependency>
<groupId>com.yixsoft</groupId>
<artifactId>yixsoft-batis-dialects-core</artifactId>
<version>2.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.19</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>[3.5.0,)</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>