Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.castorm |
ArtifactId | ArtifactIdkafka-connect-http |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
kafka-connect-http-0.6.1.pom | |
kafka-connect-http-0.6.1.zip | 7 MB |
kafka-connect-http-0.6.1-sources.jar | 62 KB |
kafka-connect-http-0.6.1-javadoc.jar | 373 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.castorm/kafka-connect-http/ -->
<dependency>
<groupId>com.github.castorm</groupId>
<artifactId>kafka-connect-http</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.castorm/kafka-connect-http/
implementation 'com.github.castorm:kafka-connect-http:0.6.1'
// https://jarcasting.com/artifacts/com.github.castorm/kafka-connect-http/
implementation ("com.github.castorm:kafka-connect-http:0.6.1")
'com.github.castorm:kafka-connect-http:jar:0.6.1'
<dependency org="com.github.castorm" name="kafka-connect-http" rev="0.6.1">
<artifact name="kafka-connect-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.castorm', module='kafka-connect-http', version='0.6.1')
)
libraryDependencies += "com.github.castorm" % "kafka-connect-http" % "0.6.1"
[com.github.castorm/kafka-connect-http "0.6.1"]