| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.coding.xcom | 
    
| ArtifactId | ArtifactIdcat-core | 
    
| Last Version | Last Version1.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionClassloader Analysis Tool Core 
            Java EE Application Classloader Analysis Tool 
         | 
    
| Filename | Size | 
|---|---|
| cat-core-1.2.pom | |
| cat-core-1.2.jar | 8 KB | 
| cat-core-1.2-sources.jar | 5 KB | 
| cat-core-1.2-javadoc.jar | 68 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.coding.xcom/cat-core/ -->
<dependency>
    <groupId>net.coding.xcom</groupId>
    <artifactId>cat-core</artifactId>
    <version>1.2</version>
</dependency>
                // https://jarcasting.com/artifacts/net.coding.xcom/cat-core/
implementation 'net.coding.xcom:cat-core:1.2'
                // https://jarcasting.com/artifacts/net.coding.xcom/cat-core/
implementation ("net.coding.xcom:cat-core:1.2")
                'net.coding.xcom:cat-core:jar:1.2'
                <dependency org="net.coding.xcom" name="cat-core" rev="1.2">
  <artifact name="cat-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.coding.xcom', module='cat-core', version='1.2')
)
                libraryDependencies += "net.coding.xcom" % "cat-core" % "1.2"
                [net.coding.xcom/cat-core "1.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |