Download elasticsearch-core-1.0.4.jar file - Jar e

Jar examples for e:elasticsearch-core

Description

Elasticsearch subproject :libs:elasticsearch-core

You can download jar file elasticsearch-core 1.0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add elasticsearch-core-1.0.4.jar to your project.

<dependency>
   <groupId>com.sumologic.elasticsearch</groupId>
   <artifactId>elasticsearch-core</artifactId>
   <version>1.0.4</version>
</dependency>
compile group: 'com.sumologic.elasticsearch', name: 'elasticsearch-core', version: '1.0.4'
libraryDependencies += "com.sumologic.elasticsearch" % "elasticsearch-core" % "1.0.4"
<dependency org="com.sumologic.elasticsearch" name="elasticsearch-core" rev="1.0.4"/>
@Grapes(@Grab(group='com.sumologic.elasticsearch', module='elasticsearch-core', version='1.0.4'))
'com.sumologic.elasticsearch:elasticsearch-core:jar:1.0.4'

Download

Click the following link to download the jar file.

elasticsearch-core-1.0.4-javadoc.jar
elasticsearch-core-1.0.4-sources.jar
elasticsearch-core-1.0.4.jar
elasticsearch-core-1.0.4.pom



Related Tutorials