GroupId | GroupIdpink.catty |
---|---|
ArtifactId | ArtifactIdcatty-extension |
Version | Version0.2.3 |
Type | Typejar |
Filename | Size |
---|---|
catty-extension-0.2.3.pom | |
catty-extension-0.2.3.jar | 44 KB |
catty-extension-0.2.3-sources.jar | 19 KB |
catty-extension-0.2.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/pink.catty/catty-extension/
implementation 'pink.catty:catty-extension:0.2.3'
// https://jarcasting.com/artifacts/pink.catty/catty-extension/
implementation ("pink.catty:catty-extension:0.2.3")
'pink.catty:catty-extension:jar:0.2.3'
<dependency org="pink.catty" name="catty-extension" rev="0.2.3">
<artifact name="catty-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='pink.catty', module='catty-extension', version='0.2.3')
)
libraryDependencies += "pink.catty" % "catty-extension" % "0.2.3"
[pink.catty/catty-extension "0.2.3"]