GroupId | GroupIdorg.apache.kafka |
---|---|
ArtifactId | ArtifactIdconnect-runtime |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
connect-runtime-1.0.2.pom | |
connect-runtime-1.0.2.jar | 383 KB |
connect-runtime-1.0.2-test.jar | 280 KB |
connect-runtime-1.0.2-test-sources.jar | 120 KB |
connect-runtime-1.0.2-sources.jar | 231 KB |
connect-runtime-1.0.2-javadoc.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.kafka/connect-runtime/ -->
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-runtime</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.kafka/connect-runtime/
implementation 'org.apache.kafka:connect-runtime:1.0.2'
// https://jarcasting.com/artifacts/org.apache.kafka/connect-runtime/
implementation ("org.apache.kafka:connect-runtime:1.0.2")
'org.apache.kafka:connect-runtime:jar:1.0.2'
<dependency org="org.apache.kafka" name="connect-runtime" rev="1.0.2">
<artifact name="connect-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.kafka', module='connect-runtime', version='1.0.2')
)
libraryDependencies += "org.apache.kafka" % "connect-runtime" % "1.0.2"
[org.apache.kafka/connect-runtime "1.0.2"]