Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.hccake |
ArtifactId | ArtifactIdballcat-common-idempotent |
Version | Version0.7.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hccake/ballcat-common-idempotent/ -->
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-common-idempotent</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hccake/ballcat-common-idempotent/
implementation 'com.hccake:ballcat-common-idempotent:0.7.0'
// https://jarcasting.com/artifacts/com.hccake/ballcat-common-idempotent/
implementation ("com.hccake:ballcat-common-idempotent:0.7.0")
'com.hccake:ballcat-common-idempotent:jar:0.7.0'
<dependency org="com.hccake" name="ballcat-common-idempotent" rev="0.7.0">
<artifact name="ballcat-common-idempotent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hccake', module='ballcat-common-idempotent', version='0.7.0')
)
libraryDependencies += "com.hccake" % "ballcat-common-idempotent" % "0.7.0"
[com.hccake/ballcat-common-idempotent "0.7.0"]