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

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

Download

Click the following link to download the jar file.

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



Related Tutorials