Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.castorm |
ArtifactId | ArtifactIdkafka-connect-http-plugin |
Version | Version0.3.4 |
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.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.castorm/kafka-connect-http-plugin/
implementation 'com.github.castorm:kafka-connect-http-plugin:0.3.4'
// https://jarcasting.com/artifacts/com.github.castorm/kafka-connect-http-plugin/
implementation ("com.github.castorm:kafka-connect-http-plugin:0.3.4")
'com.github.castorm:kafka-connect-http-plugin:jar:0.3.4'
<dependency org="com.github.castorm" name="kafka-connect-http-plugin" rev="0.3.4">
<artifact name="kafka-connect-http-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.castorm', module='kafka-connect-http-plugin', version='0.3.4')
)
libraryDependencies += "com.github.castorm" % "kafka-connect-http-plugin" % "0.3.4"
[com.github.castorm/kafka-connect-http-plugin "0.3.4"]