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