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