j

junitperf-parent

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