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