is not current version
Last Version 1.4

com.github.sps.mustache:mustache-spring-view 1.1.2

a spring view for the mustache templating language http://mustache.github.com/

GroupId

GroupId

com.github.sps.mustache
ArtifactId

ArtifactId

mustache-spring-view
Version

Version

1.1.2
Type

Type

jar

Download mustache-spring-view 1.1.2


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