b

bifurcan

impure functional data structures
https://github.com/lacuna/bifurcan
MIT License
Zach Tellman
Files download
File Operation
bifurcan-0.2.0-alpha2.jar download
bifurcan-0.2.0-alpha2.pom download
bifurcan-0.2.0-alpha2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.lacuna</groupId>
  <artifactId>bifurcan</artifactId>
  <version>0.2.0-alpha2</version>
</dependency>
Gradle Groovy
implementation 'io.lacuna:bifurcan:0.2.0-alpha2'
Gradle Kotlin
implementation("io.lacuna:bifurcan:0.2.0-alpha2")
Scala SBT
libraryDependencies += "io.lacuna" % "bifurcan" % "0.2.0-alpha2"
Groovy Grape
@Grapes(
  @Grab(group='io.lacuna', module='bifurcan', version='0.2.0-alpha2')
)
Apache Ivy
<dependency org="io.lacuna" name="bifurcan" rev="0.2.0-alpha2" />
Leiningen
[io.lacuna/bifurcan "0.2.0-alpha2"]
Apache Buildr
'io.lacuna:bifurcan:jar:0.2.0-alpha2'