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