| GroupId | GroupIdcom.twineworks |
|---|---|
| ArtifactId | ArtifactIdcollections |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| collections-1.2.0.pom | |
| collections-1.2.0.jar | 74 KB |
| collections-1.2.0-sources.jar | 32 KB |
| collections-1.2.0-javadoc.jar | 491 KB |
| Browse |
<!-- 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"]