j

just-fp-core_2.12

Just FP Lib - Core
https://github.com/Kevin-Lee/just-fp
MIT
io.kevinlee
Kevin Lee
Files download
File Operation
just-fp-core_2.12-1.6.0.jar download
just-fp-core_2.12-1.6.0.pom download
just-fp-core_2.12-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.kevinlee</groupId>
  <artifactId>just-fp-core_2.12</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'io.kevinlee:just-fp-core_2.12:1.6.0'
Gradle Kotlin
implementation("io.kevinlee:just-fp-core_2.12:1.6.0")
Scala SBT
libraryDependencies += "io.kevinlee" % "just-fp-core_2.12" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.kevinlee', module='just-fp-core_2.12', version='1.6.0')
)
Apache Ivy
<dependency org="io.kevinlee" name="just-fp-core_2.12" rev="1.6.0" />
Leiningen
[io.kevinlee/just-fp-core_2.12 "1.6.0"]
Apache Buildr
'io.kevinlee:just-fp-core_2.12:jar:1.6.0'