GroupId | GroupIdpink.catty |
---|---|
ArtifactId | ArtifactIdcatty-benchmark |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
catty-benchmark-0.1.0.pom | |
catty-benchmark-0.1.0.jar | 41 KB |
catty-benchmark-0.1.0-sources.jar | 14 KB |
catty-benchmark-0.1.0-javadoc.jar | 161 KB |
catty-benchmark-0.1.0-jar-with-dependencies.jar | 21 MB |
Browse |
<!-- https://jarcasting.com/artifacts/pink.catty/catty-benchmark/ -->
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-benchmark</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/pink.catty/catty-benchmark/
implementation 'pink.catty:catty-benchmark:0.1.0'
// https://jarcasting.com/artifacts/pink.catty/catty-benchmark/
implementation ("pink.catty:catty-benchmark:0.1.0")
'pink.catty:catty-benchmark:jar:0.1.0'
<dependency org="pink.catty" name="catty-benchmark" rev="0.1.0">
<artifact name="catty-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='pink.catty', module='catty-benchmark', version='0.1.0')
)
libraryDependencies += "pink.catty" % "catty-benchmark" % "0.1.0"
[pink.catty/catty-benchmark "0.1.0"]