MVN

org.funcish : funcish-parent

Maven & Gradle

Jul 25, 2013
0 stars

funcish utilities: parent pom · Functional programming API borrowing heavily from Ruby and Clojure but staying within the bounds of Java

<dependency>
    <groupId>org.funcish</groupId>
    <artifactId>funcish-parent</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.funcish : funcish-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of org.funcish : funcish-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
funcish-parent-0.1.0
0.0.x
funcish-parent-0.0.5
funcish-parent-0.0.2
funcish-parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.funcish</groupId>
    <artifactId>funcish-parent</artifactId>
    <version>0.1.0</version>
</dependency>

Advertisement