GroupId | GroupIdcom.twineworks |
---|---|
ArtifactId | ArtifactIdcollections |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
collections-1.1.1.pom | |
collections-1.1.1.jar | 48 KB |
collections-1.1.1-sources.jar | 22 KB |
collections-1.1.1-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twineworks/collections/ -->
<dependency>
<groupId>com.twineworks</groupId>
<artifactId>collections</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.twineworks/collections/
implementation 'com.twineworks:collections:1.1.1'
// https://jarcasting.com/artifacts/com.twineworks/collections/
implementation ("com.twineworks:collections:1.1.1")
'com.twineworks:collections:jar:1.1.1'
<dependency org="com.twineworks" name="collections" rev="1.1.1">
<artifact name="collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twineworks', module='collections', version='1.1.1')
)
libraryDependencies += "com.twineworks" % "collections" % "1.1.1"
[com.twineworks/collections "1.1.1"]