mihxil-functional
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.meeuw.util</groupId>
<artifactId>mihxil-functional</artifactId>
<version>1.20</version>
</dependency><?xml version="1.0"?>
<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 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.meeuw.util</groupId>
<artifactId>mihxil-util-parent</artifactId>
<version>1.20</version>
</parent>
<artifactId>mihxil-functional</artifactId>
<name>Mihxil's Functional Utils</name>
<packaging>jar</packaging>
<version>1.20</version>
<description>Utilities related and like java.util.Function</description>
<properties>
<automatic.module.name>org.meeuw.functional</automatic.module.name>
</properties>
<build>
<defaultGoal>install</defaultGoal>
<plugins>
</plugins>
</build>
</project>