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