| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.openbp |
| Идентификатор | Идентификаторopenbp-builder |
| Последняя версия | Последняя версия0.9.11 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеopenbp-builder
This file is the builder pom of the project. It defines the structure of the project as well as all plugin versions and configurations.
|
| Имя Файла | Размер |
|---|---|
| openbp-builder-0.9.11.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openbp/openbp-builder/ -->
<dependency>
<groupId>org.openbp</groupId>
<artifactId>openbp-builder</artifactId>
<version>0.9.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openbp/openbp-builder/
implementation 'org.openbp:openbp-builder:0.9.11'
// https://jarcasting.com/artifacts/org.openbp/openbp-builder/
implementation ("org.openbp:openbp-builder:0.9.11")
'org.openbp:openbp-builder:pom:0.9.11'
<dependency org="org.openbp" name="openbp-builder" rev="0.9.11">
<artifact name="openbp-builder" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openbp', module='openbp-builder', version='0.9.11')
)
libraryDependencies += "org.openbp" % "openbp-builder" % "0.9.11"
[org.openbp/openbp-builder "0.9.11"]