GroupId | GroupIdpink.catty |
---|---|
ArtifactId | ArtifactIdcatty-parent |
Version | Version0.2.4 |
Type | Typepom |
Filename | Size |
---|---|
catty-parent-0.2.4.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pink.catty/catty-parent/ -->
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-parent</artifactId>
<version>0.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pink.catty/catty-parent/
implementation 'pink.catty:catty-parent:0.2.4'
// https://jarcasting.com/artifacts/pink.catty/catty-parent/
implementation ("pink.catty:catty-parent:0.2.4")
'pink.catty:catty-parent:pom:0.2.4'
<dependency org="pink.catty" name="catty-parent" rev="0.2.4">
<artifact name="catty-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='pink.catty', module='catty-parent', version='0.2.4')
)
libraryDependencies += "pink.catty" % "catty-parent" % "0.2.4"
[pink.catty/catty-parent "0.2.4"]