Download functionaljava-java8-4.6.jar file

Introduction

You can download functionaljava-java8-4.6.jar in this page.

License

The BSD3 License

Type List

functionaljava-java8-4.6.jar file has the following types.

META-INF/MANIFEST.MF
fj.data.Collectors.class
fj.data.Java8.class

Pom

functionaljava-java8-4.6.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
  <groupId>org.functionaljava</groupId>
  <artifactId>functionaljava-java8</artifactId>
  <version>4.6</version>
  <name>Functional Java</name>
  <description>Functional Java is an open source library that supports closures for the Java programming language</description>
  <url>http://functionaljava.org/</url>
  <organization>
    <name>Functional Java</name>
    <url>http://functionaljava.org/</url>
  </organization>
  <licenses>
    <license>
      <name>The BSD3 License</name>
      <url>https://github.com/functionaljava/functionaljava/blob/master/etc/LICENCE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <email>functionaljava@googlegroups.com</email>
    </developer>
  </developers>
  <scm>
    <url>git://github.com/functionaljava/functionaljava.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.functionaljava</groupId>
      <artifactId>functionaljava</artifactId>
      <version>4.6</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.functionaljava</groupId>
   <artifactId>functionaljava-java8</artifactId>
   <version>4.6</version>
</dependency>

Download

If you think the following functionaljava-java8-4.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download functionaljava-java8-4.6.jar file




PreviousNext

Related