| Категории |
КатегорииSpeedment Данные Базы данных |
|---|---|
| Группа | Группаcom.speedment.build |
| Идентификатор | Идентификаторbuild-parent |
| Версия | Версия3.2.6 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| build-parent-3.2.6.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.speedment.build/build-parent/ -->
<dependency>
<groupId>com.speedment.build</groupId>
<artifactId>build-parent</artifactId>
<version>3.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.build/build-parent/
implementation 'com.speedment.build:build-parent:3.2.6'
// https://jarcasting.com/artifacts/com.speedment.build/build-parent/
implementation ("com.speedment.build:build-parent:3.2.6")
'com.speedment.build:build-parent:pom:3.2.6'
<dependency org="com.speedment.build" name="build-parent" rev="3.2.6">
<artifact name="build-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.speedment.build', module='build-parent', version='3.2.6')
)
libraryDependencies += "com.speedment.build" % "build-parent" % "3.2.6"
[com.speedment.build/build-parent "3.2.6"]