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