Categories |
CategoriesDebezium Data Databases Native Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdpulsar-io-debezium-postgres |
Version | Version2.9.0-rc-202108302210 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.streamnative/pulsar-io-debezium-postgres/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>pulsar-io-debezium-postgres</artifactId>
<version>2.9.0-rc-202108302210</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/pulsar-io-debezium-postgres/
implementation 'io.streamnative:pulsar-io-debezium-postgres:2.9.0-rc-202108302210'
// https://jarcasting.com/artifacts/io.streamnative/pulsar-io-debezium-postgres/
implementation ("io.streamnative:pulsar-io-debezium-postgres:2.9.0-rc-202108302210")
'io.streamnative:pulsar-io-debezium-postgres:jar:2.9.0-rc-202108302210'
<dependency org="io.streamnative" name="pulsar-io-debezium-postgres" rev="2.9.0-rc-202108302210">
<artifact name="pulsar-io-debezium-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='pulsar-io-debezium-postgres', version='2.9.0-rc-202108302210')
)
libraryDependencies += "io.streamnative" % "pulsar-io-debezium-postgres" % "2.9.0-rc-202108302210"
[io.streamnative/pulsar-io-debezium-postgres "2.9.0-rc-202108302210"]