j

junitperf-core

API performance testing framework built using JUnit
https://github.com/noconnor/JUnitPerf
The Apache License, Version 2.0
noconnor
Files download
File Operation
junitperf-core-1.16.0.jar download
junitperf-core-1.16.0.pom download
junitperf-core-1.16.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.noconnor</groupId>
  <artifactId>junitperf-core</artifactId>
  <version>1.16.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.noconnor:junitperf-core:1.16.0'
Gradle Kotlin
implementation("com.github.noconnor:junitperf-core:1.16.0")
Scala SBT
libraryDependencies += "com.github.noconnor" % "junitperf-core" % "1.16.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.noconnor', module='junitperf-core', version='1.16.0')
)
Apache Ivy
<dependency org="com.github.noconnor" name="junitperf-core" rev="1.16.0" />
Leiningen
[com.github.noconnor/junitperf-core "1.16.0"]
Apache Buildr
'com.github.noconnor:junitperf-core:jar:1.16.0'