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