| GroupId | GroupIdcom.hccake |
|---|---|
| ArtifactId | ArtifactIdballcat-log |
| Version | Version0.7.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ballcat-log-0.7.0.pom | 913 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hccake/ballcat-log/ -->
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-log</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hccake/ballcat-log/
implementation 'com.hccake:ballcat-log:0.7.0'
// https://jarcasting.com/artifacts/com.hccake/ballcat-log/
implementation ("com.hccake:ballcat-log:0.7.0")
'com.hccake:ballcat-log:pom:0.7.0'
<dependency org="com.hccake" name="ballcat-log" rev="0.7.0">
<artifact name="ballcat-log" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hccake', module='ballcat-log', version='0.7.0')
)
libraryDependencies += "com.hccake" % "ballcat-log" % "0.7.0"
[com.hccake/ballcat-log "0.7.0"]