| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.greenbird |
| Идентификатор | Идентификаторgreenbird-os-parent |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеgreenbird OS parent pom
Parent POM for greenbird OS projects. Adds dependency and plugin management and defines common properties.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| greenbird-os-parent-2.0.0.pom | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.greenbird/greenbird-os-parent/ -->
<dependency>
<groupId>com.greenbird</groupId>
<artifactId>greenbird-os-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.greenbird/greenbird-os-parent/
implementation 'com.greenbird:greenbird-os-parent:2.0.0'
// https://jarcasting.com/artifacts/com.greenbird/greenbird-os-parent/
implementation ("com.greenbird:greenbird-os-parent:2.0.0")
'com.greenbird:greenbird-os-parent:pom:2.0.0'
<dependency org="com.greenbird" name="greenbird-os-parent" rev="2.0.0">
<artifact name="greenbird-os-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.greenbird', module='greenbird-os-parent', version='2.0.0')
)
libraryDependencies += "com.greenbird" % "greenbird-os-parent" % "2.0.0"
[com.greenbird/greenbird-os-parent "2.0.0"]