License |
License |
---|---|
GroupId | GroupIdcn.canos |
ArtifactId | ArtifactIdsuper-pom |
Version | Version1.0.6 |
Type | Typepom |
Description |
DescriptionCanos Super Pom
Canos Root Pom Project. Every Canos Project must explicitly or implicitly extends from this pom.
|
Filename | Size |
---|---|
super-pom-1.0.6.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.canos/super-pom/ -->
<dependency>
<groupId>cn.canos</groupId>
<artifactId>super-pom</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.canos/super-pom/
implementation 'cn.canos:super-pom:1.0.6'
// https://jarcasting.com/artifacts/cn.canos/super-pom/
implementation ("cn.canos:super-pom:1.0.6")
'cn.canos:super-pom:pom:1.0.6'
<dependency org="cn.canos" name="super-pom" rev="1.0.6">
<artifact name="super-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.canos', module='super-pom', version='1.0.6')
)
libraryDependencies += "cn.canos" % "super-pom" % "1.0.6"
[cn.canos/super-pom "1.0.6"]