| Categories | CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch | 
|---|---|
| GroupId | GroupIdorg.elasticsearch.plugin | 
| ArtifactId | ArtifactIdlang-mustache-client | 
| Version | Version5.0.0-beta1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/lang-mustache-client/ -->
<dependency>
    <groupId>org.elasticsearch.plugin</groupId>
    <artifactId>lang-mustache-client</artifactId>
    <version>5.0.0-beta1</version>
</dependency>// https://jarcasting.com/artifacts/org.elasticsearch.plugin/lang-mustache-client/
implementation 'org.elasticsearch.plugin:lang-mustache-client:5.0.0-beta1'// https://jarcasting.com/artifacts/org.elasticsearch.plugin/lang-mustache-client/
implementation ("org.elasticsearch.plugin:lang-mustache-client:5.0.0-beta1")'org.elasticsearch.plugin:lang-mustache-client:jar:5.0.0-beta1'<dependency org="org.elasticsearch.plugin" name="lang-mustache-client" rev="5.0.0-beta1">
  <artifact name="lang-mustache-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.elasticsearch.plugin', module='lang-mustache-client', version='5.0.0-beta1')
)libraryDependencies += "org.elasticsearch.plugin" % "lang-mustache-client" % "5.0.0-beta1"[org.elasticsearch.plugin/lang-mustache-client "5.0.0-beta1"]