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