MVN

com.alterioncorp : perf-jdbc

Maven & Gradle

May 25, 2016
1 usages

perf-jdbc · Wrapper JDBC driver that monitors time spent inside JDBC code by thread. JDBC driver URL: jdbc:alterion:perf://class=<TARGET_DRIVER_CLASS>|url=<TARGET_JDBC_URL> To get the time in millis spent inside JDBC for thread: StopWatch.getTime()

<dependency>
    <groupId>com.alterioncorp</groupId>
    <artifactId>perf-jdbc</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alterioncorp : perf-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.alterioncorp : perf-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
perf-jdbc-1.1
1.0
perf-jdbc-1.0

How to add a dependency to Maven

Add the following com.alterioncorp : perf-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alterioncorp</groupId>
    <artifactId>perf-jdbc</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alterioncorp : perf-jdbc gradle dependency to your build.gradle file:

implementation 'com.alterioncorp:perf-jdbc:1.1'

Gradle Kotlin DSL: Add the following com.alterioncorp : perf-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alterioncorp:perf-jdbc:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alterioncorp : perf-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alterioncorp" % "perf-jdbc" % "1.1"