Skip to content

Releases: MinecraftTAS/BigArrayList

Release list

1.6

Choose a tag to compare

@ScribbleTAS ScribbleTAS released this 08 Sep 07:02
1.6
e02e00e
  • Add addAll, clear methods from ArrayList
  • Rewrote equals, isEmpty methods

Installation:

repositories {
  maven { url = "https://maven.minecrafttas.com/main" }
}

dependencies {
  implementation "com.dselent:bigarraylist:1.6"
}

1.5

1.5

Choose a tag to compare

@ScribbleTAS ScribbleTAS released this 05 Sep 16:26
1.5
bdf948d
  • Update project structure
  • Implement iterable
  • Add publishing to maven

Installation:

repositories {
  maven { url = "https://maven.minecrafttas.com/main" }
}

dependencies {
  implementation "com.dselent:bigarraylist:1.5"
}