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