functional
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.iofairy</groupId>
<artifactId>functional</artifactId>
<version>0.6.1</version>
</dependency><?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>functional-parent</artifactId>
<groupId>com.iofairy</groupId>
<version>0.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>functional</artifactId>
<packaging>jar</packaging>
<name>Functional Programming for Java</name>
<description>Functional Programming for Java 8+ and compatible with the modular system of Java 9+.</description>
<url>https://github.com/io-fairy/functional</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<url>https://github.com/io-fairy/functional</url>
<connection>scm:git:https://github.com/io-fairy/functional.git</connection>
<developerConnection>scm:git:git@github.com:io-fairy/functional.git</developerConnection>
</scm>
<organization>
<name>io-fairy</name>
<url>https://github.com/io-fairy</url>
</organization>
<developers>
<developer>
<name>iofairy</name>
<email>iofairy@foxmail.com</email>
</developer>
</developers>
</project>