is not current version
Last Version 0.7.1

com.hccake:ballcat 0.0.5

项目基本脚手架

GroupId

GroupId

com.hccake
ArtifactId

ArtifactId

ballcat
Version

Version

0.0.5
Type

Type

pom

Download ballcat 0.0.5

Filename Size
ballcat-0.0.5.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/com.hccake/ballcat/ -->
<dependency>
    <groupId>com.hccake</groupId>
    <artifactId>ballcat</artifactId>
    <version>0.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hccake/ballcat/
implementation 'com.hccake:ballcat:0.0.5'
// https://jarcasting.com/artifacts/com.hccake/ballcat/
implementation ("com.hccake:ballcat:0.0.5")
'com.hccake:ballcat:pom:0.0.5'
<dependency org="com.hccake" name="ballcat" rev="0.0.5">
  <artifact name="ballcat" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hccake', module='ballcat', version='0.0.5')
)
libraryDependencies += "com.hccake" % "ballcat" % "0.0.5"
[com.hccake/ballcat "0.0.5"]