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.
https://github.com/goldmansachs/gs-collections
The Apache Software License, Version 2.0
Craig P. Motlin Donald Raab Bhavana Hindupur
Files download
File Operation
gs-collections-5.1.0.jar download
gs-collections-5.1.0.pom download
gs-collections-5.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.goldmansachs</groupId>
  <artifactId>gs-collections</artifactId>
  <version>5.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.goldmansachs:gs-collections:5.1.0'
Gradle Kotlin
implementation("com.goldmansachs:gs-collections:5.1.0")
Scala SBT
libraryDependencies += "com.goldmansachs" % "gs-collections" % "5.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.goldmansachs', module='gs-collections', version='5.1.0')
)
Apache Ivy
<dependency org="com.goldmansachs" name="gs-collections" rev="5.1.0" />
Leiningen
[com.goldmansachs/gs-collections "5.1.0"]
Apache Buildr
'com.goldmansachs:gs-collections:jar:5.1.0'