| License |
License |
|---|---|
| GroupId | GroupIdorg.moditect.jfrunit |
| ArtifactId | ArtifactIdjfrunit |
| Version | Version1.0.0.Alpha1 |
| Type | Typejar |
| Description |
DescriptionJfrUnit
A JUnit extension for asserting JDK Flight Recorder events
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jfrunit-1.0.0.Alpha1.pom | |
| jfrunit-1.0.0.Alpha1.jar | 49 KB |
| jfrunit-1.0.0.Alpha1-sources.jar | 24 KB |
| jfrunit-1.0.0.Alpha1-javadoc.jar | 196 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.moditect.jfrunit/jfrunit/ -->
<dependency>
<groupId>org.moditect.jfrunit</groupId>
<artifactId>jfrunit</artifactId>
<version>1.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.moditect.jfrunit/jfrunit/
implementation 'org.moditect.jfrunit:jfrunit:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.moditect.jfrunit/jfrunit/
implementation ("org.moditect.jfrunit:jfrunit:1.0.0.Alpha1")
'org.moditect.jfrunit:jfrunit:jar:1.0.0.Alpha1'
<dependency org="org.moditect.jfrunit" name="jfrunit" rev="1.0.0.Alpha1">
<artifact name="jfrunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.moditect.jfrunit', module='jfrunit', version='1.0.0.Alpha1')
)
libraryDependencies += "org.moditect.jfrunit" % "jfrunit" % "1.0.0.Alpha1"
[org.moditect.jfrunit/jfrunit "1.0.0.Alpha1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.assertj : assertj-core | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| io.quarkus : quarkus-junit5 | jar | |
| org.spockframework : spock-core | jar | |
| org.spockframework : spock-junit4 | jar | |
| org.codehaus.groovy : groovy | pom | 3.0.8 |