| License |
License |
|---|---|
| GroupId | GroupIdcom.github.tuxychandru |
| ArtifactId | ArtifactIdspring-mustache |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspring-mustache
Mustache views for Spring MVC
|
| Filename | Size |
|---|---|
| spring-mustache-1.0.pom | |
| spring-mustache-1.0.jar | 4 KB |
| spring-mustache-1.0-sources.jar | 2 KB |
| spring-mustache-1.0-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tuxychandru/spring-mustache/ -->
<dependency>
<groupId>com.github.tuxychandru</groupId>
<artifactId>spring-mustache</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tuxychandru/spring-mustache/
implementation 'com.github.tuxychandru:spring-mustache:1.0'
// https://jarcasting.com/artifacts/com.github.tuxychandru/spring-mustache/
implementation ("com.github.tuxychandru:spring-mustache:1.0")
'com.github.tuxychandru:spring-mustache:jar:1.0'
<dependency org="com.github.tuxychandru" name="spring-mustache" rev="1.0">
<artifact name="spring-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tuxychandru', module='spring-mustache', version='1.0')
)
libraryDependencies += "com.github.tuxychandru" % "spring-mustache" % "1.0"
[com.github.tuxychandru/spring-mustache "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| org.springframework : spring-webmvc | jar | 3.2.1.RELEASE |
| org.springframework : spring-web | jar | 3.2.1.RELEASE |
| com.github.spullara.mustache.java : compiler | jar | 0.8.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |