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