funcish utilities: parent pom

Functional programming API borrowing heavily from Ruby and Clojure but staying within the bounds of Java

License

License

BSD
GroupId

GroupId

org.funcish
ArtifactId

ArtifactId

funcish-parent
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Source Code Management

https://github.com/esialb/org.funcish.git

Download funcish-parent

Filename Size
funcish-parent-0.1.0.pom 2 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.funcish/funcish-parent/ -->
<dependency>
    <groupId>org.funcish</groupId>
    <artifactId>funcish-parent</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.funcish/funcish-parent/
implementation 'org.funcish:funcish-parent:0.1.0'
// https://jarcasting.com/artifacts/org.funcish/funcish-parent/
implementation ("org.funcish:funcish-parent:0.1.0")
'org.funcish:funcish-parent:pom:0.1.0'
<dependency org="org.funcish" name="funcish-parent" rev="0.1.0">
  <artifact name="funcish-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.funcish', module='funcish-parent', version='0.1.0')
)
libraryDependencies += "org.funcish" % "funcish-parent" % "0.1.0"
[org.funcish/funcish-parent "0.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ../funcish-core
  • ../funcish-clojure
  • ../funcish-guava

Versions

Version
0.1.0
0.0.5
0.0.2
0.0.1