is not current version
Last Version 4.2.0

org.webjars.npm:mustache 2.3.2

WebJar for mustache

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

mustache
Version

Version

2.3.2
Type

Type

jar

Download mustache 2.3.2


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