GroupId | GroupIdcom.whaleal.icefrog |
---|---|
ArtifactId | ArtifactIdicefrog-collections |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
icefrog-collections-1.1.0.pom | |
icefrog-collections-1.1.0.jar | 1 MB |
icefrog-collections-1.1.0-sources.jar | 573 KB |
icefrog-collections-1.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-collections/
implementation 'com.whaleal.icefrog:icefrog-collections:1.1.0'
// https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-collections/
implementation ("com.whaleal.icefrog:icefrog-collections:1.1.0")
'com.whaleal.icefrog:icefrog-collections:jar:1.1.0'
<dependency org="com.whaleal.icefrog" name="icefrog-collections" rev="1.1.0">
<artifact name="icefrog-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whaleal.icefrog', module='icefrog-collections', version='1.1.0')
)
libraryDependencies += "com.whaleal.icefrog" % "icefrog-collections" % "1.1.0"
[com.whaleal.icefrog/icefrog-collections "1.1.0"]