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