scx-data-mysql-x
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cool.scx</groupId> <artifactId>scx-data-mysql-x</artifactId> <version>3.3.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>cool.scx</groupId> <artifactId>scx</artifactId> <version>3.3.7</version> </parent> <artifactId>scx-data-mysql-x</artifactId> <packaging>jar</packaging> <name>SCX Data MySQL X</name> <url>https://github.com/scx567888/scx</url> <description> SCX Data MySQL X </description> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>scx-data</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifactId> </dependency> <!-- ****************** 以下为测试依赖 ****************** --> <dependency> <groupId>${project.groupId}</groupId> <artifactId>scx-logging</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <scope>test</scope> </dependency> </dependencies> </project>