| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.opensmarthouse |
| Идентификатор | Идентификаторparent |
| Версия | Версия0.10.1 |
| Тип | Типpom |
| Описание |
ОписаниеOpenSmartHouse Parent
Parent project for Java software components developed by OpenSmartHouse / Z-Smart Systems.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-0.10.1.pom | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opensmarthouse/parent/ -->
<dependency>
<groupId>org.opensmarthouse</groupId>
<artifactId>parent</artifactId>
<version>0.10.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opensmarthouse/parent/
implementation 'org.opensmarthouse:parent:0.10.1'
// https://jarcasting.com/artifacts/org.opensmarthouse/parent/
implementation ("org.opensmarthouse:parent:0.10.1")
'org.opensmarthouse:parent:pom:0.10.1'
<dependency org="org.opensmarthouse" name="parent" rev="0.10.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opensmarthouse', module='parent', version='0.10.1')
)
libraryDependencies += "org.opensmarthouse" % "parent" % "0.10.1"
[org.opensmarthouse/parent "0.10.1"]