| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.syndesis.common |
| Идентификатор | Идентификаторcommon-parent |
| Последняя версия | Последняя версия1.13.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCommon
Syndesis :: Common
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| common-parent-1.13.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.syndesis.common/common-parent/ -->
<dependency>
<groupId>io.syndesis.common</groupId>
<artifactId>common-parent</artifactId>
<version>1.13.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis.common/common-parent/
implementation 'io.syndesis.common:common-parent:1.13.2'
// https://jarcasting.com/artifacts/io.syndesis.common/common-parent/
implementation ("io.syndesis.common:common-parent:1.13.2")
'io.syndesis.common:common-parent:pom:1.13.2'
<dependency org="io.syndesis.common" name="common-parent" rev="1.13.2">
<artifact name="common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.syndesis.common', module='common-parent', version='1.13.2')
)
libraryDependencies += "io.syndesis.common" % "common-parent" % "1.13.2"
[io.syndesis.common/common-parent "1.13.2"]