MVN

com.zaxxer : HikariCP-agent

Maven & Gradle

Jan 09, 2014
19.3k stars

HikariCP-agent · Ultimate JDBC Connection Pool

<dependency>
    <groupId>com.zaxxer</groupId>
    <artifactId>HikariCP-agent</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zaxxer : HikariCP-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of com.zaxxer : HikariCP-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
HikariCP-agent-1.2.4
HikariCP-agent-1.2.3
HikariCP-agent-1.2.2
HikariCP-agent-1.2.1
1.1.x
HikariCP-agent-1.1.9
HikariCP-agent-1.1.8
HikariCP-agent-1.1.7

How to add a dependency to Maven

Add the following com.zaxxer : HikariCP-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zaxxer</groupId>
    <artifactId>HikariCP-agent</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zaxxer : HikariCP-agent gradle dependency to your build.gradle file:

implementation 'com.zaxxer:HikariCP-agent:1.2.4'

Gradle Kotlin DSL: Add the following com.zaxxer : HikariCP-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zaxxer:HikariCP-agent:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zaxxer : HikariCP-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zaxxer" % "HikariCP-agent" % "1.2.4"

Advertisement

Dependencies from Group

Jan 10, 2022
2.4k usages
19.3k stars
Feb 02, 2016
160 usages
19.3k stars
Sep 08, 2017
94 usages
19.3k stars
Apr 16, 2018
29 usages
248 stars
Nov 19, 2022
21 usages
675 stars

Discover Dependencies