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