f

fire-parent

Fire framework is a development framework for real-time computing task development . The framework provides a simple and easy to use API that can significantly reduce the development threshold of Spark and Flink and improve development efficiency.
https://github.com/fire-framework/fire
The Apache Software License, Version 2.0
longyin319 u2huangzhijun
文件下载
文件名 操作
fire-parent-2.4.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.zto.fire</groupId>
  <artifactId>fire-parent</artifactId>
  <version>2.4.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.zto.fire:fire-parent:2.4.4'
Gradle Kotlin
implementation("com.zto.fire:fire-parent:2.4.4")
Scala SBT
libraryDependencies += "com.zto.fire" % "fire-parent" % "2.4.4"
Groovy Grape
@Grapes(
  @Grab(group='com.zto.fire', module='fire-parent', version='2.4.4')
)
Apache Ivy
<dependency org="com.zto.fire" name="fire-parent" rev="2.4.4" />
Leiningen
[com.zto.fire/fire-parent "2.4.4"]
Apache Buildr
'com.zto.fire:fire-parent:jar:2.4.4'