Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.castorm |
ArtifactId | ArtifactIdkafka-connect-http-plugin |
Version | Version0.2.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.castorm/kafka-connect-http-plugin/ -->
<dependency>
<groupId>com.github.castorm</groupId>
<artifactId>kafka-connect-http-plugin</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.castorm/kafka-connect-http-plugin/
implementation 'com.github.castorm:kafka-connect-http-plugin:0.2.6'
// https://jarcasting.com/artifacts/com.github.castorm/kafka-connect-http-plugin/
implementation ("com.github.castorm:kafka-connect-http-plugin:0.2.6")
'com.github.castorm:kafka-connect-http-plugin:jar:0.2.6'
<dependency org="com.github.castorm" name="kafka-connect-http-plugin" rev="0.2.6">
<artifact name="kafka-connect-http-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.castorm', module='kafka-connect-http-plugin', version='0.2.6')
)
libraryDependencies += "com.github.castorm" % "kafka-connect-http-plugin" % "0.2.6"
[com.github.castorm/kafka-connect-http-plugin "0.2.6"]