| GroupId | GroupIdcom.sanjuthomas |
|---|---|
| ArtifactId | ArtifactIdkafka-connect-gcp-bigtable |
| Version | Version1.0.5 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sanjuthomas/kafka-connect-gcp-bigtable/ -->
<dependency>
<groupId>com.sanjuthomas</groupId>
<artifactId>kafka-connect-gcp-bigtable</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sanjuthomas/kafka-connect-gcp-bigtable/
implementation 'com.sanjuthomas:kafka-connect-gcp-bigtable:1.0.5'
// https://jarcasting.com/artifacts/com.sanjuthomas/kafka-connect-gcp-bigtable/
implementation ("com.sanjuthomas:kafka-connect-gcp-bigtable:1.0.5")
'com.sanjuthomas:kafka-connect-gcp-bigtable:jar:1.0.5'
<dependency org="com.sanjuthomas" name="kafka-connect-gcp-bigtable" rev="1.0.5">
<artifact name="kafka-connect-gcp-bigtable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sanjuthomas', module='kafka-connect-gcp-bigtable', version='1.0.5')
)
libraryDependencies += "com.sanjuthomas" % "kafka-connect-gcp-bigtable" % "1.0.5"
[com.sanjuthomas/kafka-connect-gcp-bigtable "1.0.5"]