MVN

net.openhft : koloboke-api-jdk6-7

Maven & Gradle

Oct 09, 2015
2 usages
996 stars

Koloboke Collections (API) · Carefully designed and efficient extension of the Java Collections Framework with primitive specializations and more, built for Java 6 or 7 (API)

<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>koloboke-api-jdk6-7</artifactId>
    <version>0.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.openhft : koloboke-api-jdk6-7 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.8

All Versions

Choose a version of net.openhft : koloboke-api-jdk6-7 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
koloboke-api-jdk6-7-0.6.8
koloboke-api-jdk6-7-0.6.7
koloboke-api-jdk6-7-0.6.6
koloboke-api-jdk6-7-0.6.5
koloboke-api-jdk6-7-0.6.4
koloboke-api-jdk6-7-0.6.3
koloboke-api-jdk6-7-0.6.2
koloboke-api-jdk6-7-0.6.1
0.6
koloboke-api-jdk6-7-0.6

How to add a dependency to Maven

Add the following net.openhft : koloboke-api-jdk6-7 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>koloboke-api-jdk6-7</artifactId>
    <version>0.6.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.openhft : koloboke-api-jdk6-7 gradle dependency to your build.gradle file:

implementation 'net.openhft:koloboke-api-jdk6-7:0.6.8'

Gradle Kotlin DSL: Add the following net.openhft : koloboke-api-jdk6-7 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.openhft:koloboke-api-jdk6-7:0.6.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.openhft : koloboke-api-jdk6-7 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.openhft" % "koloboke-api-jdk6-7" % "0.6.8"

Advertisement

Dependencies from Group

Jan 12, 2023
60 usages
1.7k stars
Aug 10, 2023
42 usages
2.9k stars
Jul 14, 2022
41 usages
614 stars
Jul 27, 2022
37 usages
727 stars
Apr 26, 2023
34 usages
2.5k stars

Discover Dependencies