o

org.wso2.carbon.metrics.jdbc.reporter

JDBC Reporter implementation for Dropwizard Metrics
Files download
File Operation
org.wso2.carbon.metrics.jdbc.reporter-2.3.22.jar download
org.wso2.carbon.metrics.jdbc.reporter-2.3.22.pom download
org.wso2.carbon.metrics.jdbc.reporter-2.3.22-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.metrics</groupId>
  <artifactId>org.wso2.carbon.metrics.jdbc.reporter</artifactId>
  <version>2.3.22</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.metrics:org.wso2.carbon.metrics.jdbc.reporter:2.3.22'
Gradle Kotlin
implementation("org.wso2.carbon.metrics:org.wso2.carbon.metrics.jdbc.reporter:2.3.22")
Scala SBT
libraryDependencies += "org.wso2.carbon.metrics" % "org.wso2.carbon.metrics.jdbc.reporter" % "2.3.22"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.metrics', module='org.wso2.carbon.metrics.jdbc.reporter', version='2.3.22')
)
Apache Ivy
<dependency org="org.wso2.carbon.metrics" name="org.wso2.carbon.metrics.jdbc.reporter" rev="2.3.22" />
Leiningen
[org.wso2.carbon.metrics/org.wso2.carbon.metrics.jdbc.reporter "2.3.22"]
Apache Buildr
'org.wso2.carbon.metrics:org.wso2.carbon.metrics.jdbc.reporter:jar:2.3.22'