| License |
License |
|---|---|
| GroupId | GroupIdorg.moditect.jfrunit |
| ArtifactId | ArtifactIdjfrunit-aggregator |
| Version | Version1.0.0.Alpha2 |
| Type | Typepom |
| Description |
DescriptionJfrUnit
A JUnit extension for asserting JDK Flight Recorder events
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jfrunit-aggregator-1.0.0.Alpha2.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.moditect.jfrunit/jfrunit-aggregator/ -->
<dependency>
<groupId>org.moditect.jfrunit</groupId>
<artifactId>jfrunit-aggregator</artifactId>
<version>1.0.0.Alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.moditect.jfrunit/jfrunit-aggregator/
implementation 'org.moditect.jfrunit:jfrunit-aggregator:1.0.0.Alpha2'
// https://jarcasting.com/artifacts/org.moditect.jfrunit/jfrunit-aggregator/
implementation ("org.moditect.jfrunit:jfrunit-aggregator:1.0.0.Alpha2")
'org.moditect.jfrunit:jfrunit-aggregator:pom:1.0.0.Alpha2'
<dependency org="org.moditect.jfrunit" name="jfrunit-aggregator" rev="1.0.0.Alpha2">
<artifact name="jfrunit-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.moditect.jfrunit', module='jfrunit-aggregator', version='1.0.0.Alpha2')
)
libraryDependencies += "org.moditect.jfrunit" % "jfrunit-aggregator" % "1.0.0.Alpha2"
[org.moditect.jfrunit/jfrunit-aggregator "1.0.0.Alpha2"]