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

Jar examples for e:elasticsearch-core

Description

Elasticsearch subproject :libs:elasticsearch-core

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials