Download gs-collections-6.2.0.jar file - Jar g

Jar examples for g:gs-collections

Description

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.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gs-collections-6.2.0.jar to your project.

<dependency>
   <groupId>com.goldmansachs</groupId>
   <artifactId>gs-collections</artifactId>
   <version>6.2.0</version>
</dependency>
compile group: 'com.goldmansachs', name: 'gs-collections', version: '6.2.0'
libraryDependencies += "com.goldmansachs" % "gs-collections" % "6.2.0"
<dependency org="com.goldmansachs" name="gs-collections" rev="6.2.0"/>
@Grapes(@Grab(group='com.goldmansachs', module='gs-collections', version='6.2.0'))
'com.goldmansachs:gs-collections:jar:6.2.0'

Download

Click the following link to download the jar file.

gs-collections-6.2.0.jar
gs-collections-6.2.0-javadoc.jar
gs-collections-6.2.0.pom
gs-collections-6.2.0-sources.jar



Related Tutorials