o

oasis

An implementation for java List and Map interfaces that allow storing large entries without causing out of memory error.
https://github.com/aokush/oasis
MIT License
Adebiyi Kuseju
Files download
File Operation
oasis-1.1.jar download
oasis-1.1.pom download
oasis-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.aokush</groupId>
  <artifactId>oasis</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.aokush:oasis:1.1'
Gradle Kotlin
implementation("io.github.aokush:oasis:1.1")
Scala SBT
libraryDependencies += "io.github.aokush" % "oasis" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.aokush', module='oasis', version='1.1')
)
Apache Ivy
<dependency org="io.github.aokush" name="oasis" rev="1.1" />
Leiningen
[io.github.aokush/oasis "1.1"]
Apache Buildr
'io.github.aokush:oasis:jar:1.1'
Dependencies