| GroupId | GroupIdcom.github.mjeanroy |
|---|---|
| ArtifactId | ArtifactIdspringmvc-mustache |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| springmvc-mustache-1.0.0.pom | |
| springmvc-mustache-1.0.0.jar | 98 KB |
| springmvc-mustache-1.0.0-sources.jar | 106 KB |
| springmvc-mustache-1.0.0-javadoc.jar | 789 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mjeanroy/springmvc-mustache/ -->
<dependency>
<groupId>com.github.mjeanroy</groupId>
<artifactId>springmvc-mustache</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mjeanroy/springmvc-mustache/
implementation 'com.github.mjeanroy:springmvc-mustache:1.0.0'
// https://jarcasting.com/artifacts/com.github.mjeanroy/springmvc-mustache/
implementation ("com.github.mjeanroy:springmvc-mustache:1.0.0")
'com.github.mjeanroy:springmvc-mustache:jar:1.0.0'
<dependency org="com.github.mjeanroy" name="springmvc-mustache" rev="1.0.0">
<artifact name="springmvc-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='springmvc-mustache', version='1.0.0')
)
libraryDependencies += "com.github.mjeanroy" % "springmvc-mustache" % "1.0.0"
[com.github.mjeanroy/springmvc-mustache "1.0.0"]