Immutable Array

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

License

License

GroupId

GroupId

com.github.pyknic
ArtifactId

ArtifactId

immutable-array
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://www.github.com/Pyknic/immutable-array/

Download immutable-array

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0