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