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