taol-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.taowater</groupId>
<artifactId>taol-core</artifactId>
<version>0.3.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>
<parent>
<groupId>io.github.taowater</groupId>
<artifactId>taol</artifactId>
<version>0.3.2</version>
</parent>
<artifactId>taol-core</artifactId>
<version>0.3.2</version>
<name>taol-core</name>
<description>工具库核心</description>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/taowater/taol?tab=MIT-1-ov-file</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>