| License |
License |
|---|---|
| GroupId | GroupIdcom.meituan.cat |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version3.0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionparent
Central Application Tracking
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-3.0.1.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.meituan.cat/parent/ -->
<dependency>
<groupId>com.meituan.cat</groupId>
<artifactId>parent</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.meituan.cat/parent/
implementation 'com.meituan.cat:parent:3.0.1'
// https://jarcasting.com/artifacts/com.meituan.cat/parent/
implementation ("com.meituan.cat:parent:3.0.1")
'com.meituan.cat:parent:pom:3.0.1'
<dependency org="com.meituan.cat" name="parent" rev="3.0.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.meituan.cat', module='parent', version='3.0.1')
)
libraryDependencies += "com.meituan.cat" % "parent" % "3.0.1"
[com.meituan.cat/parent "3.0.1"]