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