is not current version
Last Version 4.0.1

org.webjars.bower:mustache 2.1.2

WebJar for mustache.js

GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

mustache
Version

Version

2.1.2
Type

Type

jar

Download mustache 2.1.2


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