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