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