is not current version
Last Version 0.9.15

org.magicwerk:brownies-collections 0.9.3

Brownies Collections provides GapList which combines the strengths of both ArrayList and LinkedList. It also features powerful List implementations for all primitive data types.

GroupId

GroupId

org.magicwerk
ArtifactId

ArtifactId

brownies-collections
Version

Version

0.9.3
Type

Type

jar

Download brownies-collections 0.9.3


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