Download druid-0.2.10.jar file - Jar d

Jar examples for d:druid

Description

Druid - A Distributed Column Store

You can download jar file druid 0.2.10 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

druid-0.2.10-javadoc.jar
druid-0.2.10-sources.jar
druid-0.2.10.jar
druid-0.2.10.pom



Related Tutorials