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