| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.cantaa |
| ArtifactId | ArtifactIdcantaa-commons-parent |
| Version | Version1.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| cantaa-commons-parent-1.5.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.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cantaa/cantaa-commons-parent/
implementation 'com.cantaa:cantaa-commons-parent:1.5'
// https://jarcasting.com/artifacts/com.cantaa/cantaa-commons-parent/
implementation ("com.cantaa:cantaa-commons-parent:1.5")
'com.cantaa:cantaa-commons-parent:pom:1.5'
<dependency org="com.cantaa" name="cantaa-commons-parent" rev="1.5">
<artifact name="cantaa-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cantaa', module='cantaa-commons-parent', version='1.5')
)
libraryDependencies += "com.cantaa" % "cantaa-commons-parent" % "1.5"
[com.cantaa/cantaa-commons-parent "1.5"]