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