| Лицензия |
Лицензия |
|---|---|
| Группа | Группаxyz.srclab.common |
| Идентификатор | Идентификаторboat-dependencies |
| Версия | Версия0.0.0 |
| Тип | Типpom |
| Описание |
Описаниеboat-dependencies
boat-dependencies
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| boat-dependencies-0.0.0.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/xyz.srclab.common/boat-dependencies/ -->
<dependency>
<groupId>xyz.srclab.common</groupId>
<artifactId>boat-dependencies</artifactId>
<version>0.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.srclab.common/boat-dependencies/
implementation 'xyz.srclab.common:boat-dependencies:0.0.0'
// https://jarcasting.com/artifacts/xyz.srclab.common/boat-dependencies/
implementation ("xyz.srclab.common:boat-dependencies:0.0.0")
'xyz.srclab.common:boat-dependencies:pom:0.0.0'
<dependency org="xyz.srclab.common" name="boat-dependencies" rev="0.0.0">
<artifact name="boat-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.srclab.common', module='boat-dependencies', version='0.0.0')
)
libraryDependencies += "xyz.srclab.common" % "boat-dependencies" % "0.0.0"
[xyz.srclab.common/boat-dependencies "0.0.0"]