| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.meituan.cat | 
    
| ArtifactId | ArtifactIdcat-client | 
    
| Last Version | Last Version3.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncat-client 
            Central Application Tracking 
         | 
    
| Filename | Size | 
|---|---|
| cat-client-3.0.1.pom | |
| cat-client-3.0.1.jar | 343 KB | 
| cat-client-3.0.1-sources.jar | 202 KB | 
| cat-client-3.0.1-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.meituan.cat/cat-client/ -->
<dependency>
    <groupId>com.meituan.cat</groupId>
    <artifactId>cat-client</artifactId>
    <version>3.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.meituan.cat/cat-client/
implementation 'com.meituan.cat:cat-client:3.0.1'
                // https://jarcasting.com/artifacts/com.meituan.cat/cat-client/
implementation ("com.meituan.cat:cat-client:3.0.1")
                'com.meituan.cat:cat-client:jar:3.0.1'
                <dependency org="com.meituan.cat" name="cat-client" rev="3.0.1">
  <artifact name="cat-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.meituan.cat', module='cat-client', version='3.0.1')
)
                libraryDependencies += "com.meituan.cat" % "cat-client" % "3.0.1"
                [com.meituan.cat/cat-client "3.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.unidal.framework : foundation-service | jar | 2.5.0 | 
| io.netty : netty-all | jar | 4.1.42.Final | 
| com.google.code.gson : gson | jar | 2.3.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 | 
| log4j : log4j Optional | jar | 1.2.14 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.unidal.framework : test-framework | jar | 2.4.0 | 
| junit : junit | jar | 4.13.1 |