e

elasticsearch-mapper-attachments

Mapper Attachments Type for ElasticSearch
The Apache Software License, Version 2.0
Files download
File Operation
elasticsearch-mapper-attachments-1.5.0.jar download
elasticsearch-mapper-attachments-1.5.0.pom download
elasticsearch-mapper-attachments-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.elasticsearch</groupId>
  <artifactId>elasticsearch-mapper-attachments</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch:elasticsearch-mapper-attachments:1.5.0'
Gradle Kotlin
implementation("org.elasticsearch:elasticsearch-mapper-attachments:1.5.0")
Scala SBT
libraryDependencies += "org.elasticsearch" % "elasticsearch-mapper-attachments" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch', module='elasticsearch-mapper-attachments', version='1.5.0')
)
Apache Ivy
<dependency org="org.elasticsearch" name="elasticsearch-mapper-attachments" rev="1.5.0" />
Leiningen
[org.elasticsearch/elasticsearch-mapper-attachments "1.5.0"]
Apache Buildr
'org.elasticsearch:elasticsearch-mapper-attachments:jar:1.5.0'