License |
License |
---|---|
GroupId | GroupIdorg.quickperf |
ArtifactId | ArtifactIdquick-perf-jfr-annotations |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuickPerf is a testing library for Java providing annotations to quickly evaluate some performance properties.
|
<!-- https://jarcasting.com/artifacts/org.quickperf/quick-perf-jfr-annotations/ -->
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-jfr-annotations</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-jfr-annotations/
implementation 'org.quickperf:quick-perf-jfr-annotations:1.1.0'
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-jfr-annotations/
implementation ("org.quickperf:quick-perf-jfr-annotations:1.1.0")
'org.quickperf:quick-perf-jfr-annotations:jar:1.1.0'
<dependency org="org.quickperf" name="quick-perf-jfr-annotations" rev="1.1.0">
<artifact name="quick-perf-jfr-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.quickperf', module='quick-perf-jfr-annotations', version='1.1.0')
)
libraryDependencies += "org.quickperf" % "quick-perf-jfr-annotations" % "1.1.0"
[org.quickperf/quick-perf-jfr-annotations "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.quickperf : quick-perf-core | jar | 1.1.0 |
org.quickperf : quick-perf-jvm-core | jar | 1.1.0 |
org.openjdk.jmc : flightrecorder.rules.jdk | jar | 7.1.1 |
org.jsoup : jsoup | jar | 1.11.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.25.0 |
org.assertj : assertj-core | jar | 2.9.0 |