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