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