a

array64

A light-weight library for very large arrays on the JVM.
https://github.com/Millibyte1/Array64/
The MIT License
Evan Hall
Files download
File Operation
array64-1.0.5.jar download
array64-1.0.5.pom download
array64-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.millibyte1</groupId>
  <artifactId>array64</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.millibyte1:array64:1.0.5'
Gradle Kotlin
implementation("io.github.millibyte1:array64:1.0.5")
Scala SBT
libraryDependencies += "io.github.millibyte1" % "array64" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.millibyte1', module='array64', version='1.0.5')
)
Apache Ivy
<dependency org="io.github.millibyte1" name="array64" rev="1.0.5" />
Leiningen
[io.github.millibyte1/array64 "1.0.5"]
Apache Buildr
'io.github.millibyte1:array64:jar:1.0.5'