is not current version
Last Version 1.6

pl.edu.icm:JLargeArrays 1.5

Library of one-dimensional arrays that can store up to 2^63 elements.

GroupId

GroupId

pl.edu.icm
ArtifactId

ArtifactId

JLargeArrays
Version

Version

1.5
Type

Type

jar

Download JLargeArrays 1.5


<!-- https://jarcasting.com/artifacts/pl.edu.icm/JLargeArrays/ -->
<dependency>
    <groupId>pl.edu.icm</groupId>
    <artifactId>JLargeArrays</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/pl.edu.icm/JLargeArrays/
implementation 'pl.edu.icm:JLargeArrays:1.5'
// https://jarcasting.com/artifacts/pl.edu.icm/JLargeArrays/
implementation ("pl.edu.icm:JLargeArrays:1.5")
'pl.edu.icm:JLargeArrays:jar:1.5'
<dependency org="pl.edu.icm" name="JLargeArrays" rev="1.5">
  <artifact name="JLargeArrays" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.edu.icm', module='JLargeArrays', version='1.5')
)
libraryDependencies += "pl.edu.icm" % "JLargeArrays" % "1.5"
[pl.edu.icm/JLargeArrays "1.5"]