| Группа | Группаio.thestencil |
|---|---|
| Идентификатор | Идентификаторstencil-build-parent |
| Версия | Версия1.015 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| stencil-build-parent-1.015.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.thestencil/stencil-build-parent/ -->
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>stencil-build-parent</artifactId>
<version>1.015</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/stencil-build-parent/
implementation 'io.thestencil:stencil-build-parent:1.015'
// https://jarcasting.com/artifacts/io.thestencil/stencil-build-parent/
implementation ("io.thestencil:stencil-build-parent:1.015")
'io.thestencil:stencil-build-parent:pom:1.015'
<dependency org="io.thestencil" name="stencil-build-parent" rev="1.015">
<artifact name="stencil-build-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='stencil-build-parent', version='1.015')
)
libraryDependencies += "io.thestencil" % "stencil-build-parent" % "1.015"
[io.thestencil/stencil-build-parent "1.015"]