GroupId | GroupIdorg.quickperf |
---|---|
ArtifactId | ArtifactIdquick-perf-jvm-annotations |
Version | Version1.0.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.quickperf/quick-perf-jvm-annotations/ -->
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-jvm-annotations</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-jvm-annotations/
implementation 'org.quickperf:quick-perf-jvm-annotations:1.0.0-RC2'
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-jvm-annotations/
implementation ("org.quickperf:quick-perf-jvm-annotations:1.0.0-RC2")
'org.quickperf:quick-perf-jvm-annotations:jar:1.0.0-RC2'
<dependency org="org.quickperf" name="quick-perf-jvm-annotations" rev="1.0.0-RC2">
<artifact name="quick-perf-jvm-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.quickperf', module='quick-perf-jvm-annotations', version='1.0.0-RC2')
)
libraryDependencies += "org.quickperf" % "quick-perf-jvm-annotations" % "1.0.0-RC2"
[org.quickperf/quick-perf-jvm-annotations "1.0.0-RC2"]