Download elasticsearch-core-2.0.2.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.2 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.2.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials