License |
License |
---|---|
GroupId | GroupIdpl.edu.icm |
ArtifactId | ArtifactIdJLargeArrays |
Last Version | Last Version1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJLargeArrays
Library of one-dimensional arrays that can store up to 2^63 elements.
|
Project URL |
Project URL |
Filename | Size |
---|---|
JLargeArrays-1.6.pom | |
JLargeArrays-1.6.jar | 82 KB |
JLargeArrays-1.6-sources.jar | 40 KB |
JLargeArrays-1.6-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.edu.icm/JLargeArrays/ -->
<dependency>
<groupId>pl.edu.icm</groupId>
<artifactId>JLargeArrays</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/pl.edu.icm/JLargeArrays/
implementation 'pl.edu.icm:JLargeArrays:1.6'
// https://jarcasting.com/artifacts/pl.edu.icm/JLargeArrays/
implementation ("pl.edu.icm:JLargeArrays:1.6")
'pl.edu.icm:JLargeArrays:jar:1.6'
<dependency org="pl.edu.icm" name="JLargeArrays" rev="1.6">
<artifact name="JLargeArrays" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.edu.icm', module='JLargeArrays', version='1.6')
)
libraryDependencies += "pl.edu.icm" % "JLargeArrays" % "1.6"
[pl.edu.icm/JLargeArrays "1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-math3 | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |