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