is not current version
Last Version 4.2.0

org.webjars.npm:mustache 3.1.0

WebJar for mustache

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

mustache
Version

Version

3.1.0
Type

Type

jar

Download mustache 3.1.0


<!-- https://jarcasting.com/artifacts/org.webjars.npm/mustache/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>mustache</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mustache/
implementation 'org.webjars.npm:mustache:3.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/mustache/
implementation ("org.webjars.npm:mustache:3.1.0")
'org.webjars.npm:mustache:jar:3.1.0'
<dependency org="org.webjars.npm" name="mustache" rev="3.1.0">
  <artifact name="mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mustache', version='3.1.0')
)
libraryDependencies += "org.webjars.npm" % "mustache" % "3.1.0"
[org.webjars.npm/mustache "3.1.0"]