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