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