License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.noconnor |
ArtifactId | ArtifactIdjunitperf-core |
Last Version | Last Version1.21.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAPI performance testing framework built using JUnit
|
Filename | Size |
---|---|
junitperf-core-1.21.0.pom | |
junitperf-core-1.21.0.jar | 32 KB |
junitperf-core-1.21.0-sources.jar | 17 KB |
junitperf-core-1.21.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.noconnor/junitperf-core/ -->
<dependency>
<groupId>com.github.noconnor</groupId>
<artifactId>junitperf-core</artifactId>
<version>1.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.noconnor/junitperf-core/
implementation 'com.github.noconnor:junitperf-core:1.21.0'
// https://jarcasting.com/artifacts/com.github.noconnor/junitperf-core/
implementation ("com.github.noconnor:junitperf-core:1.21.0")
'com.github.noconnor:junitperf-core:jar:1.21.0'
<dependency org="com.github.noconnor" name="junitperf-core" rev="1.21.0">
<artifact name="junitperf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.noconnor', module='junitperf-core', version='1.21.0')
)
libraryDependencies += "com.github.noconnor" % "junitperf-core" % "1.21.0"
[com.github.noconnor/junitperf-core "1.21.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.18 |
org.apache.commons : commons-lang3 | jar | 3.11 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.google.guava : guava | jar | 30.1-jre |
commons-collections : commons-collections | jar | 3.2.2 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
org.jtwig : jtwig-core | jar | 5.86.1.RELEASE |
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 |