MVN

pl.edu.icm : JLargeArrays

Maven & Gradle

Oct 08, 2015
8 usages

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

<dependency>
    <groupId>pl.edu.icm</groupId>
    <artifactId>JLargeArrays</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.edu.icm : JLargeArrays to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of pl.edu.icm : JLargeArrays to add to Maven or Gradle - All Versions:

  • Version Updated
  • JLargeArrays-1.6

    Oct 08, 2015
  • JLargeArrays-1.5

    Sep 07, 2015
  • JLargeArrays-1.4

    Jun 08, 2015
  • JLargeArrays-1.3

    Aug 07, 2014
  • JLargeArrays-1.2

    Jul 04, 2014

How to add a dependency to Maven

Add the following pl.edu.icm : JLargeArrays maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.edu.icm</groupId>
    <artifactId>JLargeArrays</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.edu.icm : JLargeArrays gradle dependency to your build.gradle file:

implementation 'pl.edu.icm:JLargeArrays:1.6'

Gradle Kotlin DSL: Add the following pl.edu.icm : JLargeArrays gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.edu.icm:JLargeArrays:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.edu.icm : JLargeArrays sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.edu.icm" % "JLargeArrays" % "1.6"