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