MVN

org.quickperf : quick-perf-live

Maven & Gradle

Nov 07, 2022
11 stars

QuickPerf live · A project for web applications developed with Spring Boot to diagnose performance-related properties (heap allocation, length of database queries, ...) and to generate QuickPerf and functional non-regression tests.

<dependency>
    <groupId>org.quickperf</groupId>
    <artifactId>quick-perf-live</artifactId>
    <version>0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.quickperf : quick-perf-live to add to Maven - Latest Versions:

  • Latest Stable: 0.12

All Versions

Choose a version of org.quickperf : quick-perf-live to add to Maven - All Versions:

Version Vulnerabilities Updated
0.12
quick-perf-live-0.12
0.11
quick-perf-live-0.11
0.1
quick-perf-live-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.quickperf</groupId>
    <artifactId>quick-perf-live</artifactId>
    <version>0.12</version>
</dependency>