f

funactional-java-plus

Java adaptations of concepts from other functional languages
https://github.com/charithe/functional-java-plus
Apache License, Version 2.0
Charith Ellawala
Files download
File Operation
funactional-java-plus-0.0.1.jar download
funactional-java-plus-0.0.1.pom download
funactional-java-plus-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.charithe</groupId>
  <artifactId>funactional-java-plus</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.charithe:funactional-java-plus:0.0.1'
Gradle Kotlin
implementation("com.github.charithe:funactional-java-plus:0.0.1")
Scala SBT
libraryDependencies += "com.github.charithe" % "funactional-java-plus" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.charithe', module='funactional-java-plus', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.charithe" name="funactional-java-plus" rev="0.0.1" />
Leiningen
[com.github.charithe/funactional-java-plus "0.0.1"]
Apache Buildr
'com.github.charithe:funactional-java-plus:jar:0.0.1'