GroupId | GroupIdcom.github.sps.mustache |
---|---|
ArtifactId | ArtifactIdmustache-spring-view |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
mustache-spring-view-1.1.pom | |
mustache-spring-view-1.1.jar | 9 KB |
mustache-spring-view-1.1-sources.jar | 5 KB |
mustache-spring-view-1.1-javadoc.jar | 47 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sps.mustache/mustache-spring-view/
implementation 'com.github.sps.mustache:mustache-spring-view:1.1'
// https://jarcasting.com/artifacts/com.github.sps.mustache/mustache-spring-view/
implementation ("com.github.sps.mustache:mustache-spring-view:1.1")
'com.github.sps.mustache:mustache-spring-view:jar:1.1'
<dependency org="com.github.sps.mustache" name="mustache-spring-view" rev="1.1">
<artifact name="mustache-spring-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sps.mustache', module='mustache-spring-view', version='1.1')
)
libraryDependencies += "com.github.sps.mustache" % "mustache-spring-view" % "1.1"
[com.github.sps.mustache/mustache-spring-view "1.1"]