| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.futureble.bom |
| Идентификатор | Идентификаторgeneral-bom |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGeneral BOM
General Bill of Materials.
|
| Организация-разработчик |
Организация-разработчикFutureble |
| Имя Файла | Размер |
|---|---|
| general-bom-1.0.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.futureble.bom/general-bom/ -->
<dependency>
<groupId>com.futureble.bom</groupId>
<artifactId>general-bom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.futureble.bom/general-bom/
implementation 'com.futureble.bom:general-bom:1.0.0'
// https://jarcasting.com/artifacts/com.futureble.bom/general-bom/
implementation ("com.futureble.bom:general-bom:1.0.0")
'com.futureble.bom:general-bom:pom:1.0.0'
<dependency org="com.futureble.bom" name="general-bom" rev="1.0.0">
<artifact name="general-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.futureble.bom', module='general-bom', version='1.0.0')
)
libraryDependencies += "com.futureble.bom" % "general-bom" % "1.0.0"
[com.futureble.bom/general-bom "1.0.0"]