Last Version

Drumfish 0.1.0

Drumfish is a collection of useful Java 6+ libraries inspired by ideas used in functional programming languages.

License

License

GroupId

GroupId

fi.gekkio.drumfish
ArtifactId

ArtifactId

drumfish-parent
Version

Version

0.1.0
Type

Type

pom
Description

Description

Drumfish
Drumfish is a collection of useful Java 6+ libraries inspired by ideas used in functional programming languages.
Project URL

Project URL

https://github.com/Gekkio/drumfish

Download drumfish-parent 0.1.0


<!-- https://jarcasting.com/artifacts/fi.gekkio.drumfish/drumfish-parent/ -->
<dependency>
    <groupId>fi.gekkio.drumfish</groupId>
    <artifactId>drumfish-parent</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fi.gekkio.drumfish/drumfish-parent/
implementation 'fi.gekkio.drumfish:drumfish-parent:0.1.0'
// https://jarcasting.com/artifacts/fi.gekkio.drumfish/drumfish-parent/
implementation ("fi.gekkio.drumfish:drumfish-parent:0.1.0")
'fi.gekkio.drumfish:drumfish-parent:pom:0.1.0'
<dependency org="fi.gekkio.drumfish" name="drumfish-parent" rev="0.1.0">
  <artifact name="drumfish-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fi.gekkio.drumfish', module='drumfish-parent', version='0.1.0')
)
libraryDependencies += "fi.gekkio.drumfish" % "drumfish-parent" % "0.1.0"
[fi.gekkio.drumfish/drumfish-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

  • frp
  • lang
  • validation