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