Download druid-1.1.4.jar file - Jar d

Jar examples for d:druid

Description

Druid - A Distributed Column Store

You can download jar file druid 1.1.4 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add druid-1.1.4.jar to your project.

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

Download

Click the following link to download the jar file.

druid-1.1.4-javadoc.jar
druid-1.1.4-sources.jar
druid-1.1.4.jar
druid-1.1.4.pom



Related Tutorials