is not current version
Last Version 0.9.15

org.magicwerk:brownies-collections 0.9.4

Brownies Collections provides GapList which combines the strengths of both ArrayList and LinkedList. There are also List implementations for all primitive data types. It also features powerful classes which add the concept of keys and constraints to collections.

GroupId

GroupId

org.magicwerk
ArtifactId

ArtifactId

brownies-collections
Version

Version

0.9.4
Type

Type

jar

Download brownies-collections 0.9.4


<!-- https://jarcasting.com/artifacts/org.magicwerk/brownies-collections/ -->
<dependency>
    <groupId>org.magicwerk</groupId>
    <artifactId>brownies-collections</artifactId>
    <version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.magicwerk/brownies-collections/
implementation 'org.magicwerk:brownies-collections:0.9.4'
// https://jarcasting.com/artifacts/org.magicwerk/brownies-collections/
implementation ("org.magicwerk:brownies-collections:0.9.4")
'org.magicwerk:brownies-collections:jar:0.9.4'
<dependency org="org.magicwerk" name="brownies-collections" rev="0.9.4">
  <artifact name="brownies-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.magicwerk', module='brownies-collections', version='0.9.4')
)
libraryDependencies += "org.magicwerk" % "brownies-collections" % "0.9.4"
[org.magicwerk/brownies-collections "0.9.4"]