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