| Categories | CategoriesJUnit Unit Testing | 
|---|---|
| GroupId | GroupIdcom.github.noconnor | 
| ArtifactId | ArtifactIdjunitperf | 
| Last Version | Last Version1.21.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| junitperf-1.21.0.pom | |
| junitperf-1.21.0.jar | 36 KB | 
| junitperf-1.21.0-sources.jar | 2 KB | 
| junitperf-1.21.0-minimised.jar | 5 KB | 
| junitperf-1.21.0-minimised-sources.jar | 2 KB | 
| junitperf-1.21.0-minimised-javadoc.jar | 261 bytes | 
| junitperf-1.21.0-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.noconnor/junitperf/ -->
<dependency>
    <groupId>com.github.noconnor</groupId>
    <artifactId>junitperf</artifactId>
    <version>1.21.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.noconnor/junitperf/
implementation 'com.github.noconnor:junitperf:1.21.0'// https://jarcasting.com/artifacts/com.github.noconnor/junitperf/
implementation ("com.github.noconnor:junitperf:1.21.0")'com.github.noconnor:junitperf:jar:1.21.0'<dependency org="com.github.noconnor" name="junitperf" rev="1.21.0">
  <artifact name="junitperf" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.noconnor', module='junitperf', version='1.21.0')
)libraryDependencies += "com.github.noconnor" % "junitperf" % "1.21.0"[com.github.noconnor/junitperf "1.21.0"]