is not current version
Last Version 1.2.1

com.twineworks:collections 0.1.0

Special purpose collections for Java.

GroupId

GroupId

com.twineworks
ArtifactId

ArtifactId

collections
Version

Version

0.1.0
Type

Type

jar

Download collections 0.1.0


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