MVN

org.opensearch.plugin : lang-mustache-client

Maven & Gradle

Aug 10, 2023
5 usages
8.6k stars

lang-mustache · Mustache scripting integration for OpenSearch

<dependency>
    <groupId>org.opensearch.plugin</groupId>
    <artifactId>lang-mustache-client</artifactId>
    <version>1.3.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opensearch.plugin : lang-mustache-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.12
  • Latest Release Candidate: 2.0.0-rc1

All Versions

Choose a version of org.opensearch.plugin : lang-mustache-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
lang-mustache-client-2.9.0
2.8.x
lang-mustache-client-2.8.0
2.7.x
lang-mustache-client-2.7.0
2.6.x
lang-mustache-client-2.6.0
2.5.x
lang-mustache-client-2.5.0
2.4.x
lang-mustache-client-2.4.1
lang-mustache-client-2.4.0
2.3.x
lang-mustache-client-2.3.0
2.2.x
lang-mustache-client-2.2.1
lang-mustache-client-2.2.0
2.1.x
lang-mustache-client-2.1.0
2.0.x
lang-mustache-client-2.0.1
lang-mustache-client-2.0.0
lang-mustache-client-2.0.0-rc1
1.3.x
lang-mustache-client-1.3.12
lang-mustache-client-1.3.11
lang-mustache-client-1.3.10
lang-mustache-client-1.3.9
lang-mustache-client-1.3.8
lang-mustache-client-1.3.7
lang-mustache-client-1.3.6
lang-mustache-client-1.3.5
lang-mustache-client-1.3.4
lang-mustache-client-1.3.3
lang-mustache-client-1.3.2
lang-mustache-client-1.3.1
lang-mustache-client-1.3.0
1.2.x
lang-mustache-client-1.2.4
lang-mustache-client-1.2.3
lang-mustache-client-1.2.2
lang-mustache-client-1.2.1
lang-mustache-client-1.2.0
1.1.x
lang-mustache-client-1.1.0
1.0.x
lang-mustache-client-1.0.0

How to add a dependency to Maven

Add the following org.opensearch.plugin : lang-mustache-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opensearch.plugin</groupId>
    <artifactId>lang-mustache-client</artifactId>
    <version>1.3.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opensearch.plugin : lang-mustache-client gradle dependency to your build.gradle file:

implementation 'org.opensearch.plugin:lang-mustache-client:1.3.12'

Gradle Kotlin DSL: Add the following org.opensearch.plugin : lang-mustache-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opensearch.plugin:lang-mustache-client:1.3.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opensearch.plugin : lang-mustache-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opensearch.plugin" % "lang-mustache-client" % "1.3.12"

Advertisement