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