Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.syndesis |
ArtifactId | ArtifactIdodata-replace-entity-connector |
Version | Version1.2.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.syndesis/odata-replace-entity-connector/ -->
<dependency>
<groupId>io.syndesis</groupId>
<artifactId>odata-replace-entity-connector</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis/odata-replace-entity-connector/
implementation 'io.syndesis:odata-replace-entity-connector:1.2.8'
// https://jarcasting.com/artifacts/io.syndesis/odata-replace-entity-connector/
implementation ("io.syndesis:odata-replace-entity-connector:1.2.8")
'io.syndesis:odata-replace-entity-connector:jar:1.2.8'
<dependency org="io.syndesis" name="odata-replace-entity-connector" rev="1.2.8">
<artifact name="odata-replace-entity-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis', module='odata-replace-entity-connector', version='1.2.8')
)
libraryDependencies += "io.syndesis" % "odata-replace-entity-connector" % "1.2.8"
[io.syndesis/odata-replace-entity-connector "1.2.8"]