License |
License |
---|---|
GroupId | GroupIdcom.github.sps.mustache |
ArtifactId | ArtifactIdmustache-spring-view |
Version | Version1.4 |
Type | Typejar |
Description |
Descriptionmustache spring view
a spring view for the mustache templating language http://mustache.github.com/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mustache-spring-view-1.4.pom | |
mustache-spring-view-1.4.jar | 18 KB |
mustache-spring-view-1.4-sources.jar | 15 KB |
mustache-spring-view-1.4-javadoc.jar | 107 KB |
Browse |
<!-- 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sps.mustache/mustache-spring-view/
implementation 'com.github.sps.mustache:mustache-spring-view:1.4'
// https://jarcasting.com/artifacts/com.github.sps.mustache/mustache-spring-view/
implementation ("com.github.sps.mustache:mustache-spring-view:1.4")
'com.github.sps.mustache:mustache-spring-view:jar:1.4'
<dependency org="com.github.sps.mustache" name="mustache-spring-view" rev="1.4">
<artifact name="mustache-spring-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sps.mustache', module='mustache-spring-view', version='1.4')
)
libraryDependencies += "com.github.sps.mustache" % "mustache-spring-view" % "1.4"
[com.github.sps.mustache/mustache-spring-view "1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.samskivert : jmustache | jar | 1.9 |
com.github.spullara.mustache.java : compiler | jar | 0.8.14 |
org.springframework : spring-webmvc | jar | 4.0.3.RELEASE |
org.springframework : spring-web | jar | 4.0.3.RELEASE |
org.springframework : spring-context | jar | 4.0.3.RELEASE |
org.springframework : spring-core | jar | 4.0.3.RELEASE |
org.springframework : spring-beans | jar | 4.0.3.RELEASE |
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.0 |