| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.thestencil |
| Идентификатор | Идентификаторstencil-core |
| Версия | Версия1.145 |
| Тип | Типpom |
| Описание |
ОписаниеCMS system for Markdown-based content
|
| Организация-разработчик |
Организация-разработчикCopyright 2021 ReSys OÜ |
| Имя Файла | Размер |
|---|---|
| stencil-core-1.145.pom | 722 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.thestencil/stencil-core/ -->
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>stencil-core</artifactId>
<version>1.145</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/stencil-core/
implementation 'io.thestencil:stencil-core:1.145'
// https://jarcasting.com/artifacts/io.thestencil/stencil-core/
implementation ("io.thestencil:stencil-core:1.145")
'io.thestencil:stencil-core:pom:1.145'
<dependency org="io.thestencil" name="stencil-core" rev="1.145">
<artifact name="stencil-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='stencil-core', version='1.145')
)
libraryDependencies += "io.thestencil" % "stencil-core" % "1.145"
[io.thestencil/stencil-core "1.145"]