GroupId | GroupIdcom.whaleal.icefrog |
---|---|
ArtifactId | ArtifactIdicefrog-collections |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
icefrog-collections-1.1.3.pom | |
icefrog-collections-1.1.3.jar | 1 MB |
icefrog-collections-1.1.3-sources.jar | 544 KB |
icefrog-collections-1.1.3-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-collections/ -->
<dependency>
<groupId>com.whaleal.icefrog</groupId>
<artifactId>icefrog-collections</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-collections/
implementation 'com.whaleal.icefrog:icefrog-collections:1.1.3'
// https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-collections/
implementation ("com.whaleal.icefrog:icefrog-collections:1.1.3")
'com.whaleal.icefrog:icefrog-collections:jar:1.1.3'
<dependency org="com.whaleal.icefrog" name="icefrog-collections" rev="1.1.3">
<artifact name="icefrog-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whaleal.icefrog', module='icefrog-collections', version='1.1.3')
)
libraryDependencies += "com.whaleal.icefrog" % "icefrog-collections" % "1.1.3"
[com.whaleal.icefrog/icefrog-collections "1.1.3"]