| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdorg.quickperf |
| ArtifactId | ArtifactIdquick-perf-junit4-spring5 |
| 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-junit4-spring5/ -->
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-spring5</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-junit4-spring5/
implementation 'org.quickperf:quick-perf-junit4-spring5:1.1.0'
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-junit4-spring5/
implementation ("org.quickperf:quick-perf-junit4-spring5:1.1.0")
'org.quickperf:quick-perf-junit4-spring5:jar:1.1.0'
<dependency org="org.quickperf" name="quick-perf-junit4-spring5" rev="1.1.0">
<artifact name="quick-perf-junit4-spring5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.quickperf', module='quick-perf-junit4-spring5', version='1.1.0')
)
libraryDependencies += "org.quickperf" % "quick-perf-junit4-spring5" % "1.1.0"
[org.quickperf/quick-perf-junit4-spring5 "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.quickperf : quick-perf-junit4 | jar | 1.1.0 |
| org.quickperf : quick-perf-sql-spring5 | jar | 1.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework : spring-test | jar | 5.1.8.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.1.8.RELEASE |
| org.springframework : spring-orm | jar | 5.1.8.RELEASE |
| org.quickperf » quick-perf-junit4-spring-base-tests | test-jar | 1.1.0 |
| ch.qos.logback : logback-classic | jar | 1.1.0 |
| org.hibernate : hibernate-core | jar | 5.4.1.Final |
| com.h2database : h2 | jar | 1.4.198 |
| commons-dbcp : commons-dbcp | jar | 1.4 |
| org.assertj : assertj-core | jar | 2.9.0 |