MVN

com.almworks.integers : integers

Maven & Gradle

Aug 24, 2020
5 usages

integers · Efficient Java collections for primitive integer types

<dependency>
    <groupId>com.almworks.integers</groupId>
    <artifactId>integers</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.almworks.integers : integers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.almworks.integers : integers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
integers-1.1.2
integers-1.1.1
integers-1.1.0
1.0
integers-1.0
0.73
integers-0.73
0.431
integers-0.431
0.24
integers-0.24
0.23
integers-0.23

How to add a dependency to Maven

Add the following com.almworks.integers : integers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.almworks.integers</groupId>
    <artifactId>integers</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.almworks.integers : integers gradle dependency to your build.gradle file:

implementation 'com.almworks.integers:integers:1.1.2'

Gradle Kotlin DSL: Add the following com.almworks.integers : integers gradle kotlin dependency to your build.gradle.kts file:

implementation("com.almworks.integers:integers:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.almworks.integers : integers sbt scala dependency to your build.sbt file:

libraryDependencies += "com.almworks.integers" % "integers" % "1.1.2"

Advertisement