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