Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.cantaa |
ArtifactId | ArtifactIdcantaa-commons-parent |
Version | Version1.6 |
Type | Typepom |
Filename | Size |
---|---|
cantaa-commons-parent-1.6.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cantaa/cantaa-commons-parent/ -->
<dependency>
<groupId>com.cantaa</groupId>
<artifactId>cantaa-commons-parent</artifactId>
<version>1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cantaa/cantaa-commons-parent/
implementation 'com.cantaa:cantaa-commons-parent:1.6'
// https://jarcasting.com/artifacts/com.cantaa/cantaa-commons-parent/
implementation ("com.cantaa:cantaa-commons-parent:1.6")
'com.cantaa:cantaa-commons-parent:pom:1.6'
<dependency org="com.cantaa" name="cantaa-commons-parent" rev="1.6">
<artifact name="cantaa-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cantaa', module='cantaa-commons-parent', version='1.6')
)
libraryDependencies += "com.cantaa" % "cantaa-commons-parent" % "1.6"
[com.cantaa/cantaa-commons-parent "1.6"]