easy-king
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.xiaoyudeguang</groupId>
<artifactId>easy-king</artifactId>
<version>3.1.31-RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>easy-develop</artifactId>
<groupId>io.github.xiaoyudeguang</groupId>
<version>3.1.3-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>easy-king</artifactId>
<name>${module.name}</name>
<version>3.1.31-RELEASE</version>
<description>Driver for KingBase.</description>
<url>https://gitee.com/xiaoyudeguang/${module.name}</url>
<dependencies>
<dependency>
<groupId>io.github.xiaoyudeguang</groupId>
<artifactId>kingbase</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.0.5.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.0.5.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.0.5.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.0.5.RELEASE</version>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>
<module.name>easy-king</module.name>
</properties>
</project>