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