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