Download HikariCP-2.6.2.jar file - Jar h

Jar examples for h:HikariCP

Description

Ultimate JDBC Connection Pool

You can download jar file HikariCP 2.6.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add HikariCP-2.6.2.jar to your project.

<dependency>
   <groupId>com.zaxxer</groupId>
   <artifactId>HikariCP</artifactId>
   <version>2.6.2</version>
</dependency>
compile group: 'com.zaxxer', name: 'HikariCP', version: '2.6.2'
libraryDependencies += "com.zaxxer" % "HikariCP" % "2.6.2"
<dependency org="com.zaxxer" name="HikariCP" rev="2.6.2"/>
@Grapes(@Grab(group='com.zaxxer', module='HikariCP', version='2.6.2'))
'com.zaxxer:HikariCP:jar:2.6.2'

Download

Click the following link to download the jar file.

HikariCP-2.6.2-javadoc.jar
HikariCP-2.6.2-sources.jar
HikariCP-2.6.2.jar
HikariCP-2.6.2.pom



Related Tutorials