Jar examples for g:gs-collections
GS Collections is a collections framework for Java. It has JDK-compatible List, Set and Map implementations with a rich API and set of utility classes that work with any JDK compatible Collections, Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk collection framework.
You can download jar file gs-collections 6.1.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add gs-collections-6.1.0.jar to your project.
<dependency> <groupId>com.goldmansachs</groupId> <artifactId>gs-collections</artifactId> <version>6.1.0</version> </dependency>
compile group: 'com.goldmansachs', name: 'gs-collections', version: '6.1.0'
libraryDependencies += "com.goldmansachs" % "gs-collections" % "6.1.0"
<dependency org="com.goldmansachs" name="gs-collections" rev="6.1.0"/>
@Grapes(@Grab(group='com.goldmansachs', module='gs-collections', version='6.1.0'))
'com.goldmansachs:gs-collections:jar:6.1.0'
Click the following link to download the jar file.
gs-collections-6.1.0-javadoc.jar