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