MVN

com.dianping.cat : parent

Maven & Gradle

Jun 22, 2022
18.4k stars

parent · Central Application Tracking

<dependency>
    <groupId>com.dianping.cat</groupId>
    <artifactId>parent</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dianping.cat : parent to add to Maven - Latest Versions:

  • Latest Stable: 3.1.0
  • Latest Release Candidate: 4.0-RC1

All Versions

Choose a version of com.dianping.cat : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0
parent-4.0-RC1
3.1.x
parent-3.1.0
3.0.x
parent-3.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.dianping.cat</groupId>
    <artifactId>parent</artifactId>
    <version>3.1.0</version>
</dependency>

Advertisement