GroupId | GroupIdio.syndesis |
---|---|
ArtifactId | ArtifactIdsyndesis-rest-parent |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
syndesis-rest-parent-1.1.1.pom | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.syndesis/syndesis-rest-parent/ -->
<dependency>
<groupId>io.syndesis</groupId>
<artifactId>syndesis-rest-parent</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis/syndesis-rest-parent/
implementation 'io.syndesis:syndesis-rest-parent:1.1.1'
// https://jarcasting.com/artifacts/io.syndesis/syndesis-rest-parent/
implementation ("io.syndesis:syndesis-rest-parent:1.1.1")
'io.syndesis:syndesis-rest-parent:pom:1.1.1'
<dependency org="io.syndesis" name="syndesis-rest-parent" rev="1.1.1">
<artifact name="syndesis-rest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.syndesis', module='syndesis-rest-parent', version='1.1.1')
)
libraryDependencies += "io.syndesis" % "syndesis-rest-parent" % "1.1.1"
[io.syndesis/syndesis-rest-parent "1.1.1"]