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