Jar examples for h:HikariCP
Ultimate JDBC Connection Pool
You can download jar file HikariCP 2.7.3 in this page.
The Apache Software License, Version 2.0
You can use the following script to add HikariCP-2.7.3.jar to your project.
<dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> <version>2.7.3</version> </dependency>
compile group: 'com.zaxxer', name: 'HikariCP', version: '2.7.3'
libraryDependencies += "com.zaxxer" % "HikariCP" % "2.7.3"
<dependency org="com.zaxxer" name="HikariCP" rev="2.7.3"/>
@Grapes(@Grab(group='com.zaxxer', module='HikariCP', version='2.7.3'))
'com.zaxxer:HikariCP:jar:2.7.3'
Click the following link to download the jar file.
HikariCP-2.7.3-javadoc.jar