GroupId | GroupIdio.syndesis.extension |
---|---|
ArtifactId | ArtifactIdextension-example-log-step |
Version | Version1.5.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.syndesis.extension/extension-example-log-step/ -->
<dependency>
<groupId>io.syndesis.extension</groupId>
<artifactId>extension-example-log-step</artifactId>
<version>1.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis.extension/extension-example-log-step/
implementation 'io.syndesis.extension:extension-example-log-step:1.5.10'
// https://jarcasting.com/artifacts/io.syndesis.extension/extension-example-log-step/
implementation ("io.syndesis.extension:extension-example-log-step:1.5.10")
'io.syndesis.extension:extension-example-log-step:jar:1.5.10'
<dependency org="io.syndesis.extension" name="extension-example-log-step" rev="1.5.10">
<artifact name="extension-example-log-step" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis.extension', module='extension-example-log-step', version='1.5.10')
)
libraryDependencies += "io.syndesis.extension" % "extension-example-log-step" % "1.5.10"
[io.syndesis.extension/extension-example-log-step "1.5.10"]