j

jfr-ejb

An EJB interceptor that generates JFR events.
https://github.com/marschall/jfr-ejb
MIT
Philippe Marschall
Files download
File Operation
jfr-ejb-2.0.0.jar download
jfr-ejb-2.0.0.pom download
jfr-ejb-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>jfr-ejb</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.marschall:jfr-ejb:2.0.0'
Gradle Kotlin
implementation("com.github.marschall:jfr-ejb:2.0.0")
Scala SBT
libraryDependencies += "com.github.marschall" % "jfr-ejb" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marschall', module='jfr-ejb', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.marschall" name="jfr-ejb" rev="2.0.0" />
Leiningen
[com.github.marschall/jfr-ejb "2.0.0"]
Apache Buildr
'com.github.marschall:jfr-ejb:jar:2.0.0'