BAEL-1035 Introduction to Eclipse Collections

This commit is contained in:
Ahmed Tawila
2017-08-09 06:42:13 +02:00
parent af4a8eb101
commit 207f88b597
13 changed files with 338 additions and 0 deletions
+7
View File
@@ -453,6 +453,12 @@
<artifactId>pcollections</artifactId>
<version>${pcollections.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
<version>${eclipse-collections.version}</version>
</dependency>
</dependencies>
<properties>
<multiverse.version>0.7.0</multiverse.version>
@@ -493,5 +499,6 @@
<hll.version>1.6.0</hll.version>
<bytebuddy.version>1.7.1</bytebuddy.version>
<pcollections.version>2.1.2</pcollections.version>
<eclipse-collections.version>8.2.0</eclipse-collections.version>
</properties>
</project>