is not current version
Last Version 1.21.0

com.github.noconnor:junitperf-core 1.16.0

API performance testing framework built using JUnit

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.noconnor
ArtifactId

ArtifactId

junitperf-core
Version

Version

1.16.0
Type

Type

jar

Download junitperf-core 1.16.0


<!-- https://jarcasting.com/artifacts/com.github.noconnor/junitperf-core/ -->
<dependency>
    <groupId>com.github.noconnor</groupId>
    <artifactId>junitperf-core</artifactId>
    <version>1.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.noconnor/junitperf-core/
implementation 'com.github.noconnor:junitperf-core:1.16.0'
// https://jarcasting.com/artifacts/com.github.noconnor/junitperf-core/
implementation ("com.github.noconnor:junitperf-core:1.16.0")
'com.github.noconnor:junitperf-core:jar:1.16.0'
<dependency org="com.github.noconnor" name="junitperf-core" rev="1.16.0">
  <artifact name="junitperf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.noconnor', module='junitperf-core', version='1.16.0')
)
libraryDependencies += "com.github.noconnor" % "junitperf-core" % "1.16.0"
[com.github.noconnor/junitperf-core "1.16.0"]