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