is not current version
Last Version 1.2

net.coding.xcom:cat-core 1.0


Categories

Categories

Net
GroupId

GroupId

net.coding.xcom
ArtifactId

ArtifactId

cat-core
Version

Version

1.0
Type

Type

jar

Download cat-core 1.0


<!-- https://jarcasting.com/artifacts/net.coding.xcom/cat-core/ -->
<dependency>
    <groupId>net.coding.xcom</groupId>
    <artifactId>cat-core</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.coding.xcom/cat-core/
implementation 'net.coding.xcom:cat-core:1.0'
// https://jarcasting.com/artifacts/net.coding.xcom/cat-core/
implementation ("net.coding.xcom:cat-core:1.0")
'net.coding.xcom:cat-core:jar:1.0'
<dependency org="net.coding.xcom" name="cat-core" rev="1.0">
  <artifact name="cat-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.coding.xcom', module='cat-core', version='1.0')
)
libraryDependencies += "net.coding.xcom" % "cat-core" % "1.0"
[net.coding.xcom/cat-core "1.0"]