| Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
|---|---|
| GroupId | GroupIdorg.codelibs.elasticsearch.module |
| ArtifactId | ArtifactIdlang-mustache |
| Version | Version6.7.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lang-mustache-6.7.0.pom | |
| lang-mustache-6.7.0.jar | 60 KB |
| lang-mustache-6.7.0-sources.jar | 28 KB |
| lang-mustache-6.7.0-javadoc.jar | 336 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codelibs.elasticsearch.module/lang-mustache/ -->
<dependency>
<groupId>org.codelibs.elasticsearch.module</groupId>
<artifactId>lang-mustache</artifactId>
<version>6.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs.elasticsearch.module/lang-mustache/
implementation 'org.codelibs.elasticsearch.module:lang-mustache:6.7.0'
// https://jarcasting.com/artifacts/org.codelibs.elasticsearch.module/lang-mustache/
implementation ("org.codelibs.elasticsearch.module:lang-mustache:6.7.0")
'org.codelibs.elasticsearch.module:lang-mustache:jar:6.7.0'
<dependency org="org.codelibs.elasticsearch.module" name="lang-mustache" rev="6.7.0">
<artifact name="lang-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs.elasticsearch.module', module='lang-mustache', version='6.7.0')
)
libraryDependencies += "org.codelibs.elasticsearch.module" % "lang-mustache" % "6.7.0"
[org.codelibs.elasticsearch.module/lang-mustache "6.7.0"]