GroupId | GroupIdcom.hccake |
---|---|
ArtifactId | ArtifactIdballcat |
Version | Version0.7.0 |
Type | Typepom |
Filename | Size |
---|---|
ballcat-0.7.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hccake/ballcat/ -->
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hccake/ballcat/
implementation 'com.hccake:ballcat:0.7.0'
// https://jarcasting.com/artifacts/com.hccake/ballcat/
implementation ("com.hccake:ballcat:0.7.0")
'com.hccake:ballcat:pom:0.7.0'
<dependency org="com.hccake" name="ballcat" rev="0.7.0">
<artifact name="ballcat" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hccake', module='ballcat', version='0.7.0')
)
libraryDependencies += "com.hccake" % "ballcat" % "0.7.0"
[com.hccake/ballcat "0.7.0"]