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