| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bardframework |
| Идентификатор | Идентификаторbard-parent |
| Версия | Версия3 |
| Тип | Типpom |
| Описание |
ОписаниеBard Framework Parent
The Bard Framework Parent POM provides common settings for all Bards components.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bard-parent-3.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bardframework/bard-parent/ -->
<dependency>
<groupId>org.bardframework</groupId>
<artifactId>bard-parent</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework/bard-parent/
implementation 'org.bardframework:bard-parent:3'
// https://jarcasting.com/artifacts/org.bardframework/bard-parent/
implementation ("org.bardframework:bard-parent:3")
'org.bardframework:bard-parent:pom:3'
<dependency org="org.bardframework" name="bard-parent" rev="3">
<artifact name="bard-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bardframework', module='bard-parent', version='3')
)
libraryDependencies += "org.bardframework" % "bard-parent" % "3"
[org.bardframework/bard-parent "3"]