is not current version
Last Version 0.4.0

com.github.marschall:jfr-jdbc 0.2.0

A JDBC wrapper that generates JFR events.

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

jfr-jdbc
Version

Version

0.2.0
Type

Type

jar

Download jfr-jdbc 0.2.0


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