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