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