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