License |
License |
---|---|
GroupId | GroupIdorg.elasticflow |
ArtifactId | ArtifactIdelasticflow |
Version | Version5.4.2 |
Type | Typejar |
Description |
Descriptionelasticflow
ElasticFlow是一个开源数据流系统,支持在任意类型数据端之间以及数据与用户之间通过建立可计算流通道,进行可定时定量多渠道方式交换数据服务。可用于数据交换、通用搜索引擎、数据发布服务等项目。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
elasticflow-5.4.2.pom | |
elasticflow-5.4.2.jar | 110 MB |
elasticflow-5.4.2-sources.jar | 234 KB |
elasticflow-5.4.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elasticflow/elasticflow/ -->
<dependency>
<groupId>org.elasticflow</groupId>
<artifactId>elasticflow</artifactId>
<version>5.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticflow/elasticflow/
implementation 'org.elasticflow:elasticflow:5.4.2'
// https://jarcasting.com/artifacts/org.elasticflow/elasticflow/
implementation ("org.elasticflow:elasticflow:5.4.2")
'org.elasticflow:elasticflow:jar:5.4.2'
<dependency org="org.elasticflow" name="elasticflow" rev="5.4.2">
<artifact name="elasticflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticflow', module='elasticflow', version='5.4.2')
)
libraryDependencies += "org.elasticflow" % "elasticflow" % "5.4.2"
[org.elasticflow/elasticflow "5.4.2"]