GroupId | GroupIdio.esastack |
---|---|
ArtifactId | ArtifactIdcommons-benchmarks |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-benchmarks-0.2.1.pom | |
commons-benchmarks-0.2.1.jar | 118 KB |
commons-benchmarks-0.2.1-sources.jar | 62 KB |
commons-benchmarks-0.2.1-javadoc.jar | 318 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/commons-benchmarks/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>commons-benchmarks</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/commons-benchmarks/
implementation 'io.esastack:commons-benchmarks:0.2.1'
// https://jarcasting.com/artifacts/io.esastack/commons-benchmarks/
implementation ("io.esastack:commons-benchmarks:0.2.1")
'io.esastack:commons-benchmarks:jar:0.2.1'
<dependency org="io.esastack" name="commons-benchmarks" rev="0.2.1">
<artifact name="commons-benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='commons-benchmarks', version='0.2.1')
)
libraryDependencies += "io.esastack" % "commons-benchmarks" % "0.2.1"
[io.esastack/commons-benchmarks "0.2.1"]