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