| GroupId | GroupIdcn.labzen |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version11.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-11.1.pom | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.labzen/parent/ -->
<dependency>
<groupId>cn.labzen</groupId>
<artifactId>parent</artifactId>
<version>11.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.labzen/parent/
implementation 'cn.labzen:parent:11.1'
// https://jarcasting.com/artifacts/cn.labzen/parent/
implementation ("cn.labzen:parent:11.1")
'cn.labzen:parent:pom:11.1'
<dependency org="cn.labzen" name="parent" rev="11.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.labzen', module='parent', version='11.1')
)
libraryDependencies += "cn.labzen" % "parent" % "11.1"
[cn.labzen/parent "11.1"]