hutool/hutool-cuckooFilter/pom.xml
2022-01-24 23:53:26 +08:00

27 lines
770 B
XML

<?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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>hutool-parent</artifactId>
<groupId>cn.hutool</groupId>
<version>5.7.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>hutool-cuckooFilter</artifactId>
<name>${project.artifactId}</name>
<description>Hutool 布谷鸟过滤器</description>
<dependencies>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
</project>