Last Version

funcish utilities: parent pom 0.1.0

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
Version

Version

0.1.0
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 0.1.0

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

<!-- 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