License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.noconnor |
ArtifactId | ArtifactIdJUnitPerf |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnitPerf
API performance testing framework built using JUnit
|
Project URL |
Project URL |
Filename | Size |
---|---|
JUnitPerf-1.0.0.pom | |
JUnitPerf-1.0.0.jar | 24 KB |
JUnitPerf-1.0.0-sources.jar | 12 KB |
JUnitPerf-1.0.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.noconnor/JUnitPerf/ -->
<dependency>
<groupId>com.github.noconnor</groupId>
<artifactId>JUnitPerf</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.noconnor/JUnitPerf/
implementation 'com.github.noconnor:JUnitPerf:1.0.0'
// https://jarcasting.com/artifacts/com.github.noconnor/JUnitPerf/
implementation ("com.github.noconnor:JUnitPerf:1.0.0")
'com.github.noconnor:JUnitPerf:jar:1.0.0'
<dependency org="com.github.noconnor" name="JUnitPerf" rev="1.0.0">
<artifact name="JUnitPerf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.noconnor', module='JUnitPerf', version='1.0.0')
)
libraryDependencies += "com.github.noconnor" % "JUnitPerf" % "1.0.0"
[com.github.noconnor/JUnitPerf "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.16 |
org.apache.commons : commons-lang3 | jar | 3.4 |
ch.qos.logback : logback-classic | jar | 1.1.3 |
com.google.guava : guava | jar | 19.0 |
commons-collections : commons-collections | jar | 3.2.2 |
junit : junit | jar | 4.12 |
commons-math : commons-math | jar | 1.2 |
org.mockito : mockito-core | jar | 2.11.0 |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |
org.jtwig : jtwig-core | jar | 5.86.1.RELEASE |