dunwu-tool-parser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.dunwu.tool</groupId>
<artifactId>dunwu-tool-parser</artifactId>
<version>1.1.0</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>io.github.dunwu.tool</groupId>
<artifactId>dunwu-tool</artifactId>
<version>1.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>dunwu-tool-parser</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>包装各种第三方工具包,用于文件解析</description>
<dependencies>
<dependency>
<groupId>io.github.dunwu.tool</groupId>
<artifactId>dunwu-tool-core</artifactId>
</dependency>
<!--yaml 解析工具-->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.30</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>