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