GroupId | GroupIdio.syndesis.extension |
---|---|
ArtifactId | ArtifactIdextension-example-log-step |
Version | Version1.3.12 |
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.3.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis.extension/extension-example-log-step/
implementation 'io.syndesis.extension:extension-example-log-step:1.3.12'
// https://jarcasting.com/artifacts/io.syndesis.extension/extension-example-log-step/
implementation ("io.syndesis.extension:extension-example-log-step:1.3.12")
'io.syndesis.extension:extension-example-log-step:jar:1.3.12'
<dependency org="io.syndesis.extension" name="extension-example-log-step" rev="1.3.12">
<artifact name="extension-example-log-step" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis.extension', module='extension-example-log-step', version='1.3.12')
)
libraryDependencies += "io.syndesis.extension" % "extension-example-log-step" % "1.3.12"
[io.syndesis.extension/extension-example-log-step "1.3.12"]