is not current version
Last Version 11.4

cn.labzen:parent 11.2

Labzen PARENT POM(11版本对应JDK 11)

GroupId

GroupId

cn.labzen
ArtifactId

ArtifactId

parent
Version

Version

11.2
Type

Type

pom

Download parent 11.2

Filename Size
parent-11.2.pom 22 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.labzen/parent/ -->
<dependency>
    <groupId>cn.labzen</groupId>
    <artifactId>parent</artifactId>
    <version>11.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.labzen/parent/
implementation 'cn.labzen:parent:11.2'
// https://jarcasting.com/artifacts/cn.labzen/parent/
implementation ("cn.labzen:parent:11.2")
'cn.labzen:parent:pom:11.2'
<dependency org="cn.labzen" name="parent" rev="11.2">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.labzen', module='parent', version='11.2')
)
libraryDependencies += "cn.labzen" % "parent" % "11.2"
[cn.labzen/parent "11.2"]