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