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