wxz-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-common</artifactId>
<version>2026.07.19-jdk8</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">
<parent>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-server-jdk8</artifactId>
<version>2026.07.19-jdk8</version>
</parent>
<name>wxz-common</name>
<modelVersion>4.0.0</modelVersion>
<artifactId>wxz-common</artifactId>
<dependencies>
<!-- spring-boot -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
<scope>compile</scope>
</dependency>
<!-- fastjson -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<scope>compile</scope>
</dependency>
<!-- wxz-tools -->
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-tools</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>