is not current version
Last Version 1.2

net.coding.xcom:cat 1.1

Java EE Application Classloader Analysis Tool

Categories

Categories

Net
GroupId

GroupId

net.coding.xcom
ArtifactId

ArtifactId

cat
Version

Version

1.1
Type

Type

pom

Download cat 1.1

Filename Size
cat-1.1.pom 2 KB
Browse

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