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