| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.stickycode.parent |
| Идентификатор | Идентификаторsticky-jar |
| Последняя версия | Последняя версия1.24 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеsticky-jar-1
The definition of a StickyCode jar project
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| sticky-jar-1.24.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.stickycode.parent/sticky-jar/ -->
<dependency>
<groupId>net.stickycode.parent</groupId>
<artifactId>sticky-jar</artifactId>
<version>1.24</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.parent/sticky-jar/
implementation 'net.stickycode.parent:sticky-jar:1.24'
// https://jarcasting.com/artifacts/net.stickycode.parent/sticky-jar/
implementation ("net.stickycode.parent:sticky-jar:1.24")
'net.stickycode.parent:sticky-jar:pom:1.24'
<dependency org="net.stickycode.parent" name="sticky-jar" rev="1.24">
<artifact name="sticky-jar" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.parent', module='sticky-jar', version='1.24')
)
libraryDependencies += "net.stickycode.parent" % "sticky-jar" % "1.24"
[net.stickycode.parent/sticky-jar "1.24"]