| License |
License |
|---|---|
| GroupId | GroupIdorg.moditect.jfrunit |
| ArtifactId | ArtifactIdjfrunit-events-generator |
| Version | Version1.0.0.Alpha2 |
| Type | Typejar |
| Description |
DescriptionJfrUnit Event Type Generator
A JUnit extension for asserting JDK Flight Recorder events
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.moditect.jfrunit/jfrunit-events-generator/ -->
<dependency>
<groupId>org.moditect.jfrunit</groupId>
<artifactId>jfrunit-events-generator</artifactId>
<version>1.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.moditect.jfrunit/jfrunit-events-generator/
implementation 'org.moditect.jfrunit:jfrunit-events-generator:1.0.0.Alpha2'
// https://jarcasting.com/artifacts/org.moditect.jfrunit/jfrunit-events-generator/
implementation ("org.moditect.jfrunit:jfrunit-events-generator:1.0.0.Alpha2")
'org.moditect.jfrunit:jfrunit-events-generator:jar:1.0.0.Alpha2'
<dependency org="org.moditect.jfrunit" name="jfrunit-events-generator" rev="1.0.0.Alpha2">
<artifact name="jfrunit-events-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.moditect.jfrunit', module='jfrunit-events-generator', version='1.0.0.Alpha2')
)
libraryDependencies += "org.moditect.jfrunit" % "jfrunit-events-generator" % "1.0.0.Alpha2"
[org.moditect.jfrunit/jfrunit-events-generator "1.0.0.Alpha2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | |
| org.slf4j : slf4j-api | jar | |
| org.freemarker : freemarker | jar | 2.3.31 |