| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.bordertech.common |
| Идентификатор | Идентификаторbordertech-parent |
| Последняя версия | Последняя версия1.0.19 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеbordertech-parent
Common parent for BorderTech Maven projects.
This will help prevent BorderTech projects from bringing in multiple versions of the same dependencies.
It also helps configure projects which deploy artifacts to Maven Central.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bordertech-parent-1.0.19.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.common/bordertech-parent/ -->
<dependency>
<groupId>com.github.bordertech.common</groupId>
<artifactId>bordertech-parent</artifactId>
<version>1.0.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.common/bordertech-parent/
implementation 'com.github.bordertech.common:bordertech-parent:1.0.19'
// https://jarcasting.com/artifacts/com.github.bordertech.common/bordertech-parent/
implementation ("com.github.bordertech.common:bordertech-parent:1.0.19")
'com.github.bordertech.common:bordertech-parent:pom:1.0.19'
<dependency org="com.github.bordertech.common" name="bordertech-parent" rev="1.0.19">
<artifact name="bordertech-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.common', module='bordertech-parent', version='1.0.19')
)
libraryDependencies += "com.github.bordertech.common" % "bordertech-parent" % "1.0.19"
[com.github.bordertech.common/bordertech-parent "1.0.19"]