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