is not current version
Last Version 1.2

net.coding.xcom:cat 1.0

Java EE Application Classloader Analysis Tool

Categories

Categories

Net
GroupId

GroupId

net.coding.xcom
ArtifactId

ArtifactId

cat
Version

Version

1.0
Type

Type

pom

Download cat 1.0

Filename Size
cat-1.0.pom 2 KB
Browse

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