MVN

org.magicwerk.brownies : brownies-collections

Maven & Gradle

Jul 21, 2023
1 usages
15 stars

Brownies-Collections · Brownies Collections complements the Java Collections Framework. GapList combines the strengths of both ArrayList and LinkedList. BigList is a list optimized for storing large number of elements. There are specialized List implementations for all primitive data types (IntGapList, IntBigList, IntObjGapList, IntObjBigList). The key collection classes offer support for keys and constraints for lists and collections (KeyList, KeyCollection, KeySet, Key1List, Key1Collection, Key1Set, Key2List, Key2Collection, Key2Set).

<dependency>
    <groupId>org.magicwerk.brownies</groupId>
    <artifactId>brownies-collections</artifactId>
    <version>0.9.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.magicwerk.brownies : brownies-collections to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.21

All Versions

Choose a version of org.magicwerk.brownies : brownies-collections to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
brownies-collections-0.9.21
brownies-collections-0.9.20
brownies-collections-0.9.19
brownies-collections-0.9.18
brownies-collections-0.9.17
brownies-collections-0.9.16

How to add a dependency to Maven

Add the following org.magicwerk.brownies : brownies-collections maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.magicwerk.brownies</groupId>
    <artifactId>brownies-collections</artifactId>
    <version>0.9.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.magicwerk.brownies : brownies-collections gradle dependency to your build.gradle file:

implementation 'org.magicwerk.brownies:brownies-collections:0.9.21'

Gradle Kotlin DSL: Add the following org.magicwerk.brownies : brownies-collections gradle kotlin dependency to your build.gradle.kts file:

implementation("org.magicwerk.brownies:brownies-collections:0.9.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.magicwerk.brownies : brownies-collections sbt scala dependency to your build.sbt file:

libraryDependencies += "org.magicwerk.brownies" % "brownies-collections" % "0.9.21"

Advertisement