GroupId | GroupIdio.syndesis |
---|---|
ArtifactId | ArtifactIdtrade-insight-top-connector |
Version | Version0.5.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.syndesis/trade-insight-top-connector/ -->
<dependency>
<groupId>io.syndesis</groupId>
<artifactId>trade-insight-top-connector</artifactId>
<version>0.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis/trade-insight-top-connector/
implementation 'io.syndesis:trade-insight-top-connector:0.5.6'
// https://jarcasting.com/artifacts/io.syndesis/trade-insight-top-connector/
implementation ("io.syndesis:trade-insight-top-connector:0.5.6")
'io.syndesis:trade-insight-top-connector:jar:0.5.6'
<dependency org="io.syndesis" name="trade-insight-top-connector" rev="0.5.6">
<artifact name="trade-insight-top-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis', module='trade-insight-top-connector', version='0.5.6')
)
libraryDependencies += "io.syndesis" % "trade-insight-top-connector" % "0.5.6"
[io.syndesis/trade-insight-top-connector "0.5.6"]