FakeLoad

A library which provides a simple and flexible way of producing “fake" system loads in applications or tests.

License

License

GroupId

GroupId

com.martensigwart
ArtifactId

ArtifactId

fakeload
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

FakeLoad
A library which provides a simple and flexible way of producing “fake" system loads in applications or tests.
Project URL

Project URL

http://github.com/msigwart/fakeload
Source Code Management

Source Code Management

https://github.com/msigwart/fakeload/tree/master

Download fakeload

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
com.google.code.findbugs : jsr305 jar 2.0.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.1
ch.qos.logback : logback-classic jar 1.2.3
org.mockito : mockito-core jar 3.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.6.0
0.5.0
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0