i

immutable-array

Read-only primitive arrays backed by direct buffers that can hold a very large amount of elements.
https://www.github.com/Pyknic/immutable-array/
Apache License, Version 2.0
Emil Forslund
Files download
File Operation
immutable-array-1.0.0.jar download
immutable-array-1.0.0.pom download
immutable-array-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pyknic</groupId>
  <artifactId>immutable-array</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.pyknic:immutable-array:1.0.0'
Gradle Kotlin
implementation("com.github.pyknic:immutable-array:1.0.0")
Scala SBT
libraryDependencies += "com.github.pyknic" % "immutable-array" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pyknic', module='immutable-array', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.pyknic" name="immutable-array" rev="1.0.0" />
Leiningen
[com.github.pyknic/immutable-array "1.0.0"]
Apache Buildr
'com.github.pyknic:immutable-array:jar:1.0.0'
Dependencies