is not current version
Last Version 5.4.2

org.elasticflow:elasticflow 5.0.1

ElasticFlow是一个开源数据流系统,支持在任意类型数据端之间以及数据与用户之间通过建立可计算流通道,进行可定时定量多渠道方式交换数据服务。可用于数据交换、通用搜索引擎、数据发布服务等项目。

GroupId

GroupId

org.elasticflow
ArtifactId

ArtifactId

elasticflow
Version

Version

5.0.1
Type

Type

jar

Download elasticflow 5.0.1


<!-- https://jarcasting.com/artifacts/org.elasticflow/elasticflow/ -->
<dependency>
    <groupId>org.elasticflow</groupId>
    <artifactId>elasticflow</artifactId>
    <version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticflow/elasticflow/
implementation 'org.elasticflow:elasticflow:5.0.1'
// https://jarcasting.com/artifacts/org.elasticflow/elasticflow/
implementation ("org.elasticflow:elasticflow:5.0.1")
'org.elasticflow:elasticflow:jar:5.0.1'
<dependency org="org.elasticflow" name="elasticflow" rev="5.0.1">
  <artifact name="elasticflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticflow', module='elasticflow', version='5.0.1')
)
libraryDependencies += "org.elasticflow" % "elasticflow" % "5.0.1"
[org.elasticflow/elasticflow "5.0.1"]