| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSearch Business Logic Libraries Elasticsearch | 
        
| GroupId | GroupIdorg.elasticsearch | 
    
| ArtifactId | ArtifactIdelasticsearch-spark_2.10 | 
    
| Version | Version5.0.0-alpha4 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionElasticsearch Spark (Spark 1.3-1.6) 
            Elasticsearch Spark (Spark 1.3-1.6) 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-spark_2.10/ -->
<dependency>
    <groupId>org.elasticsearch</groupId>
    <artifactId>elasticsearch-spark_2.10</artifactId>
    <version>5.0.0-alpha4</version>
</dependency>
                // https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-spark_2.10/
implementation 'org.elasticsearch:elasticsearch-spark_2.10:5.0.0-alpha4'
                // https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-spark_2.10/
implementation ("org.elasticsearch:elasticsearch-spark_2.10:5.0.0-alpha4")
                'org.elasticsearch:elasticsearch-spark_2.10:jar:5.0.0-alpha4'
                <dependency org="org.elasticsearch" name="elasticsearch-spark_2.10" rev="5.0.0-alpha4">
  <artifact name="elasticsearch-spark_2.10" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.elasticsearch', module='elasticsearch-spark_2.10', version='5.0.0-alpha4')
)
                libraryDependencies += "org.elasticsearch" % "elasticsearch-spark_2.10" % "5.0.0-alpha4"
                [org.elasticsearch/elasticsearch-spark_2.10 "5.0.0-alpha4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.spark : spark-core_2.10 | jar | 1.6.2 |