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