| GroupId | GroupIdcom.hccake |
|---|---|
| ArtifactId | ArtifactIdballcat-log-model |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ballcat-log-model-0.3.0.pom | |
| ballcat-log-model-0.3.0.jar | 33 KB |
| ballcat-log-model-0.3.0-sources.jar | 14 KB |
| ballcat-log-model-0.3.0-javadoc.jar | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hccake/ballcat-log-model/ -->
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-log-model</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hccake/ballcat-log-model/
implementation 'com.hccake:ballcat-log-model:0.3.0'
// https://jarcasting.com/artifacts/com.hccake/ballcat-log-model/
implementation ("com.hccake:ballcat-log-model:0.3.0")
'com.hccake:ballcat-log-model:jar:0.3.0'
<dependency org="com.hccake" name="ballcat-log-model" rev="0.3.0">
<artifact name="ballcat-log-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hccake', module='ballcat-log-model', version='0.3.0')
)
libraryDependencies += "com.hccake" % "ballcat-log-model" % "0.3.0"
[com.hccake/ballcat-log-model "0.3.0"]