| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdcom.github.noconnor | 
| ArtifactId | ArtifactIdjunitperf-junit5 | 
| Last Version | Last Version1.21.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionAPI performance testing framework built using JUnit | 
| Filename | Size | 
|---|---|
| junitperf-junit5-1.21.0.pom | |
| junitperf-junit5-1.21.0.jar | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.noconnor/junitperf-junit5/ -->
<dependency>
    <groupId>com.github.noconnor</groupId>
    <artifactId>junitperf-junit5</artifactId>
    <version>1.21.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.noconnor/junitperf-junit5/
implementation 'com.github.noconnor:junitperf-junit5:1.21.0'// https://jarcasting.com/artifacts/com.github.noconnor/junitperf-junit5/
implementation ("com.github.noconnor:junitperf-junit5:1.21.0")'com.github.noconnor:junitperf-junit5:jar:1.21.0'<dependency org="com.github.noconnor" name="junitperf-junit5" rev="1.21.0">
  <artifact name="junitperf-junit5" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.noconnor', module='junitperf-junit5', version='1.21.0')
)libraryDependencies += "com.github.noconnor" % "junitperf-junit5" % "1.21.0"[com.github.noconnor/junitperf-junit5 "1.21.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.noconnor : junitperf-core | jar | 1.21.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.mockito : mockito-core | jar | 3.8.0 | 
| org.hamcrest : hamcrest-junit | jar | 2.0.0.0 | 
| junit : junit | jar | 4.13.2 |