| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.opensourcebim |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеBuild
This is the parent pom, no idea why this is being released
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикOpenSource BIM |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-2.0.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/parent/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/parent/
implementation 'org.opensourcebim:parent:2.0.0'
// https://jarcasting.com/artifacts/org.opensourcebim/parent/
implementation ("org.opensourcebim:parent:2.0.0")
'org.opensourcebim:parent:pom:2.0.0'
<dependency org="org.opensourcebim" name="parent" rev="2.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='parent', version='2.0.0')
)
libraryDependencies += "org.opensourcebim" % "parent" % "2.0.0"
[org.opensourcebim/parent "2.0.0"]