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