MVN

org.magicwerk : brownies-collections

Maven & Gradle

Oct 28, 2022
9 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</groupId>
    <artifactId>brownies-collections</artifactId>
    <version>0.9.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.16

All Versions

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

Version Vulnerabilities Updated
0.9.x
brownies-collections-0.9.16
brownies-collections-0.9.15
brownies-collections-0.9.14
brownies-collections-0.9.13
brownies-collections-0.9.12
brownies-collections-0.9.11
brownies-collections-0.9.10
brownies-collections-0.9.9
brownies-collections-0.9.8
brownies-collections-0.9.7
brownies-collections-0.9.6
brownies-collections-0.9.5
brownies-collections-0.9.4
brownies-collections-0.9.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement