is not current version
Last Version 0.10.1

com.nhl.bootique.jdbc:bootique-jdbc-instrumented 0.10

Provides JDBC integration with Bootique, including metrics

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

com.nhl.bootique.jdbc
ArtifactId

ArtifactId

bootique-jdbc-instrumented
Version

Version

0.10
Type

Type

jar

Download bootique-jdbc-instrumented 0.10


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