i

inlong

InLong is a one-stop integration framework for massive data donated by Tencent to the Apache community. It provides automatic, safe, reliable, and high-performance data transmission capabilities to facilitate the construction of streaming-based data analysis, modeling, and applications.
https://github.com/apache/inlong
Apache License, Version 2.0
Apache Software Foundation
文件下载
文件名 操作
inlong-1.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.inlong</groupId>
  <artifactId>inlong</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.inlong:inlong:1.3.0'
Gradle Kotlin
implementation("org.apache.inlong:inlong:1.3.0")
Scala SBT
libraryDependencies += "org.apache.inlong" % "inlong" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.inlong', module='inlong', version='1.3.0')
)
Apache Ivy
<dependency org="org.apache.inlong" name="inlong" rev="1.3.0" />
Leiningen
[org.apache.inlong/inlong "1.3.0"]
Apache Buildr
'org.apache.inlong:inlong:jar:1.3.0'