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