| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.turbospaces.boot |
| Идентификатор | Идентификаторbootstrap-bom |
| Версия | Версия1.0.11 |
| Тип | Типpom |
| Описание |
Описаниеcom.turbospaces.boot ::: bootstrap-bom
turbospaces 'bootstrap' library with a various plugins and shared tools
|
| Имя Файла | Размер |
|---|---|
| bootstrap-bom-1.0.11.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-bom/ -->
<dependency>
<groupId>com.turbospaces.boot</groupId>
<artifactId>bootstrap-bom</artifactId>
<version>1.0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-bom/
implementation 'com.turbospaces.boot:bootstrap-bom:1.0.11'
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-bom/
implementation ("com.turbospaces.boot:bootstrap-bom:1.0.11")
'com.turbospaces.boot:bootstrap-bom:pom:1.0.11'
<dependency org="com.turbospaces.boot" name="bootstrap-bom" rev="1.0.11">
<artifact name="bootstrap-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.turbospaces.boot', module='bootstrap-bom', version='1.0.11')
)
libraryDependencies += "com.turbospaces.boot" % "bootstrap-bom" % "1.0.11"
[com.turbospaces.boot/bootstrap-bom "1.0.11"]