j

jfr-jdbctemplate

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