License |
License |
---|---|
GroupId | GroupIdorg.quickperf |
ArtifactId | ArtifactIdquick-perf-jvm-core |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionQuickPerf is a testing library for Java providing annotations to quickly evaluate some performance properties.
|
Filename | Size |
---|---|
quick-perf-jvm-core-1.0.1.pom | |
quick-perf-jvm-core-1.0.1.jar | 11 KB |
quick-perf-jvm-core-1.0.1-sources.jar | 6 KB |
quick-perf-jvm-core-1.0.1-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.quickperf/quick-perf-jvm-core/ -->
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-jvm-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-jvm-core/
implementation 'org.quickperf:quick-perf-jvm-core:1.0.1'
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-jvm-core/
implementation ("org.quickperf:quick-perf-jvm-core:1.0.1")
'org.quickperf:quick-perf-jvm-core:jar:1.0.1'
<dependency org="org.quickperf" name="quick-perf-jvm-core" rev="1.0.1">
<artifact name="quick-perf-jvm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.quickperf', module='quick-perf-jvm-core', version='1.0.1')
)
libraryDependencies += "org.quickperf" % "quick-perf-jvm-core" % "1.0.1"
[org.quickperf/quick-perf-jvm-core "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.quickperf : quick-perf-core | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 2.9.0 |