k

kafkistry-sql

Files download
File Operation
kafkistry-sql-0.0.4.jar download
kafkistry-sql-0.0.4.pom download
kafkistry-sql-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.infobip.kafkistry</groupId>
  <artifactId>kafkistry-sql</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.infobip.kafkistry:kafkistry-sql:0.0.4'
Gradle Kotlin
implementation("com.infobip.kafkistry:kafkistry-sql:0.0.4")
Scala SBT
libraryDependencies += "com.infobip.kafkistry" % "kafkistry-sql" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.infobip.kafkistry', module='kafkistry-sql', version='0.0.4')
)
Apache Ivy
<dependency org="com.infobip.kafkistry" name="kafkistry-sql" rev="0.0.4" />
Leiningen
[com.infobip.kafkistry/kafkistry-sql "0.0.4"]
Apache Buildr
'com.infobip.kafkistry:kafkistry-sql:jar:0.0.4'