| Группа | Группаcom.github.mjeanroy |
|---|---|
| Идентификатор | Идентификаторspringmvc-mustache |
| Версия | Версия0.5.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| springmvc-mustache-0.5.1.pom | |
| springmvc-mustache-0.5.1.jar | 72 KB |
| springmvc-mustache-0.5.1-sources.jar | 80 KB |
| springmvc-mustache-0.5.1-javadoc.jar | 370 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mjeanroy/springmvc-mustache/ -->
<dependency>
<groupId>com.github.mjeanroy</groupId>
<artifactId>springmvc-mustache</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mjeanroy/springmvc-mustache/
implementation 'com.github.mjeanroy:springmvc-mustache:0.5.1'
// https://jarcasting.com/artifacts/com.github.mjeanroy/springmvc-mustache/
implementation ("com.github.mjeanroy:springmvc-mustache:0.5.1")
'com.github.mjeanroy:springmvc-mustache:jar:0.5.1'
<dependency org="com.github.mjeanroy" name="springmvc-mustache" rev="0.5.1">
<artifact name="springmvc-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='springmvc-mustache', version='0.5.1')
)
libraryDependencies += "com.github.mjeanroy" % "springmvc-mustache" % "0.5.1"
[com.github.mjeanroy/springmvc-mustache "0.5.1"]