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