添加 Predicates 工具类。

This commit is contained in:
2023-04-23 22:45:59 +08:00
parent ffe077bf5e
commit a771b207f8
3 changed files with 39 additions and 0 deletions

View File

@@ -28,6 +28,13 @@
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>