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