is not current version
Last Version 0.1.1

com.github.marschall:jfr-maven-extension 0.1.0

Generates JFR Events for a Maven build.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

jfr-maven-extension
Version

Version

0.1.0
Type

Type

jar

Download jfr-maven-extension 0.1.0


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