| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.stickycode.parent |
| Идентификатор | Идентификаторsticky-root |
| Последняя версия | Последняя версия1.29 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеsticky-root
Define the distribution management and general plugins used in all StickyCode projects
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| sticky-root-1.29.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.stickycode.parent/sticky-root/ -->
<dependency>
<groupId>net.stickycode.parent</groupId>
<artifactId>sticky-root</artifactId>
<version>1.29</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.parent/sticky-root/
implementation 'net.stickycode.parent:sticky-root:1.29'
// https://jarcasting.com/artifacts/net.stickycode.parent/sticky-root/
implementation ("net.stickycode.parent:sticky-root:1.29")
'net.stickycode.parent:sticky-root:pom:1.29'
<dependency org="net.stickycode.parent" name="sticky-root" rev="1.29">
<artifact name="sticky-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.parent', module='sticky-root', version='1.29')
)
libraryDependencies += "net.stickycode.parent" % "sticky-root" % "1.29"
[net.stickycode.parent/sticky-root "1.29"]