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