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