j

junit-load-test

This library provides a junit test engine to perform load testing
https://github.com/ashish19goyal/junit-load-test
The Apache License, Version 2.0
Ashish Goyal
文件下载
文件名 操作
junit-load-test-1.0.1.jar 下载
junit-load-test-1.0.1.pom 下载
junit-load-test-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.ashish19goyal</groupId>
  <artifactId>junit-load-test</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.ashish19goyal:junit-load-test:1.0.1'
Gradle Kotlin
implementation("io.github.ashish19goyal:junit-load-test:1.0.1")
Scala SBT
libraryDependencies += "io.github.ashish19goyal" % "junit-load-test" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ashish19goyal', module='junit-load-test', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.ashish19goyal" name="junit-load-test" rev="1.0.1" />
Leiningen
[io.github.ashish19goyal/junit-load-test "1.0.1"]
Apache Buildr
'io.github.ashish19goyal:junit-load-test:jar:1.0.1'