Files download
File Operation
elasticsearch-extended-analyze-2.0.0.jar download
elasticsearch-extended-analyze-2.0.0.pom download
elasticsearch-extended-analyze-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>info.johtani</groupId>
  <artifactId>elasticsearch-extended-analyze</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'info.johtani:elasticsearch-extended-analyze:2.0.0'
Gradle Kotlin
implementation("info.johtani:elasticsearch-extended-analyze:2.0.0")
Scala SBT
libraryDependencies += "info.johtani" % "elasticsearch-extended-analyze" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='info.johtani', module='elasticsearch-extended-analyze', version='2.0.0')
)
Apache Ivy
<dependency org="info.johtani" name="elasticsearch-extended-analyze" rev="2.0.0" />
Leiningen
[info.johtani/elasticsearch-extended-analyze "2.0.0"]
Apache Buildr
'info.johtani:elasticsearch-extended-analyze:jar:2.0.0'