is not current version
Last Version 1.0.2

com.github.pyknic:immutable-array 1.0.0

Read-only primitive arrays backed by direct buffers that can hold a very large amount of elements.

GroupId

GroupId

com.github.pyknic
ArtifactId

ArtifactId

immutable-array
Version

Version

1.0.0
Type

Type

jar

Download immutable-array 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.pyknic/immutable-array/ -->
<dependency>
    <groupId>com.github.pyknic</groupId>
    <artifactId>immutable-array</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pyknic/immutable-array/
implementation 'com.github.pyknic:immutable-array:1.0.0'
// https://jarcasting.com/artifacts/com.github.pyknic/immutable-array/
implementation ("com.github.pyknic:immutable-array:1.0.0")
'com.github.pyknic:immutable-array:jar:1.0.0'
<dependency org="com.github.pyknic" name="immutable-array" rev="1.0.0">
  <artifact name="immutable-array" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pyknic', module='immutable-array', version='1.0.0')
)
libraryDependencies += "com.github.pyknic" % "immutable-array" % "1.0.0"
[com.github.pyknic/immutable-array "1.0.0"]