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