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