GroupId | GroupIdpink.catty |
---|---|
ArtifactId | ArtifactIdcatty-extension |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
catty-extension-0.2.2.pom | |
catty-extension-0.2.2.jar | 44 KB |
catty-extension-0.2.2-sources.jar | 19 KB |
catty-extension-0.2.2-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pink.catty/catty-extension/ -->
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-extension</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/pink.catty/catty-extension/
implementation 'pink.catty:catty-extension:0.2.2'
// https://jarcasting.com/artifacts/pink.catty/catty-extension/
implementation ("pink.catty:catty-extension:0.2.2")
'pink.catty:catty-extension:jar:0.2.2'
<dependency org="pink.catty" name="catty-extension" rev="0.2.2">
<artifact name="catty-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='pink.catty', module='catty-extension', version='0.2.2')
)
libraryDependencies += "pink.catty" % "catty-extension" % "0.2.2"
[pink.catty/catty-extension "0.2.2"]