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