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