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