f

fastlist

Applies random access to the List operator.
https://github.com/jisungbin/fastlist
Apache License 2.0
Ji Sungbin
Files download
File Operation
fastlist-0.1.0.jar download
fastlist-0.1.0.pom download
fastlist-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>land.sungbin.fastlist</groupId>
  <artifactId>fastlist</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'land.sungbin.fastlist:fastlist:0.1.0'
Gradle Kotlin
implementation("land.sungbin.fastlist:fastlist:0.1.0")
Scala SBT
libraryDependencies += "land.sungbin.fastlist" % "fastlist" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='land.sungbin.fastlist', module='fastlist', version='0.1.0')
)
Apache Ivy
<dependency org="land.sungbin.fastlist" name="fastlist" rev="0.1.0" />
Leiningen
[land.sungbin.fastlist/fastlist "0.1.0"]
Apache Buildr
'land.sungbin.fastlist:fastlist:jar:0.1.0'