is not current version
Last Version 1.2.1

com.twineworks:collections 1.2.0

Special purpose collections for Java.

GroupId

GroupId

com.twineworks
ArtifactId

ArtifactId

collections
Version

Version

1.2.0
Type

Type

jar

Download collections 1.2.0


<!-- https://jarcasting.com/artifacts/com.twineworks/collections/ -->
<dependency>
    <groupId>com.twineworks</groupId>
    <artifactId>collections</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twineworks/collections/
implementation 'com.twineworks:collections:1.2.0'
// https://jarcasting.com/artifacts/com.twineworks/collections/
implementation ("com.twineworks:collections:1.2.0")
'com.twineworks:collections:jar:1.2.0'
<dependency org="com.twineworks" name="collections" rev="1.2.0">
  <artifact name="collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twineworks', module='collections', version='1.2.0')
)
libraryDependencies += "com.twineworks" % "collections" % "1.2.0"
[com.twineworks/collections "1.2.0"]