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