MVN

org.sentrysoftware : metricshub-sql-h2-source-extension

Maven & Gradle

Jun 13, 2024

MetricsHub SQL Extension · MetricsHub SQL Extension implementation providing a set of functionalities used to process SQL source.

<dependency>
    <groupId>org.sentrysoftware</groupId>
    <artifactId>metricshub-sql-h2-source-extension</artifactId>
    <version>0.9.04</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sentrysoftware : metricshub-sql-h2-source-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.04

All Versions

Choose a version of org.sentrysoftware : metricshub-sql-h2-source-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
metricshub-sql-h2-source-extension-0.9.04

How to add a dependency to Maven

Add the following org.sentrysoftware : metricshub-sql-h2-source-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sentrysoftware</groupId>
    <artifactId>metricshub-sql-h2-source-extension</artifactId>
    <version>0.9.04</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sentrysoftware : metricshub-sql-h2-source-extension gradle dependency to your build.gradle file:

implementation 'org.sentrysoftware:metricshub-sql-h2-source-extension:0.9.04'

Gradle Kotlin DSL: Add the following org.sentrysoftware : metricshub-sql-h2-source-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sentrysoftware:metricshub-sql-h2-source-extension:0.9.04")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sentrysoftware : metricshub-sql-h2-source-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sentrysoftware" % "metricshub-sql-h2-source-extension" % "0.9.04"