License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing JMH Application Testing & Monitoring Performance analysis |
GroupId | GroupIdpl.wavesoftware |
ArtifactId | ArtifactIdjmh-junit-utilities |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJMH Utils for JUnit
This micro library with useful JUnit rules.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jmh-junit-utilities-2.0.0.pom | |
jmh-junit-utilities-2.0.0.jar | 10 KB |
jmh-junit-utilities-2.0.0-sources.jar | 7 KB |
jmh-junit-utilities-2.0.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.wavesoftware/jmh-junit-utilities/ -->
<dependency>
<groupId>pl.wavesoftware</groupId>
<artifactId>jmh-junit-utilities</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.wavesoftware/jmh-junit-utilities/
implementation 'pl.wavesoftware:jmh-junit-utilities:2.0.0'
// https://jarcasting.com/artifacts/pl.wavesoftware/jmh-junit-utilities/
implementation ("pl.wavesoftware:jmh-junit-utilities:2.0.0")
'pl.wavesoftware:jmh-junit-utilities:jar:2.0.0'
<dependency org="pl.wavesoftware" name="jmh-junit-utilities" rev="2.0.0">
<artifact name="jmh-junit-utilities" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.wavesoftware', module='jmh-junit-utilities', version='2.0.0')
)
libraryDependencies += "pl.wavesoftware" % "jmh-junit-utilities" % "2.0.0"
[pl.wavesoftware/jmh-junit-utilities "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.3.2 |
pl.wavesoftware : eid-exceptions | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
pl.wavesoftware.testing : junit5-starter | pom | 1.0.0 |
commons-io : commons-io | jar | 2.6 |