MVN

org.elasticflow : elasticflow

Maven & Gradle

May 31, 2023
25 stars

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

<dependency>
    <groupId>org.elasticflow</groupId>
    <artifactId>elasticflow</artifactId>
    <version>5.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.elasticflow : elasticflow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.2

All Versions

Choose a version of org.elasticflow : elasticflow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
elasticflow-5.6.2
elasticflow-5.6.1
5.5.x
elasticflow-5.5.2
elasticflow-5.5.1
5.4.x
elasticflow-5.4.3
elasticflow-5.4.2
elasticflow-5.4.1
5.3.x
elasticflow-5.3.7
elasticflow-5.3.6
elasticflow-5.3.5
elasticflow-5.3.4
elasticflow-5.3.3
elasticflow-5.3.2
elasticflow-5.3.1
elasticflow-5.3.0
5.1.x
elasticflow-5.1.1
elasticflow-5.1.0
5.0.x
elasticflow-5.0.7
elasticflow-5.0.6
elasticflow-5.0.5
elasticflow-5.0.4
elasticflow-5.0.3
elasticflow-5.0.2
elasticflow-5.0.1

How to add a dependency to Maven

Add the following org.elasticflow : elasticflow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.elasticflow</groupId>
    <artifactId>elasticflow</artifactId>
    <version>5.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.elasticflow : elasticflow gradle dependency to your build.gradle file:

implementation 'org.elasticflow:elasticflow:5.6.2'

Gradle Kotlin DSL: Add the following org.elasticflow : elasticflow gradle kotlin dependency to your build.gradle.kts file:

implementation("org.elasticflow:elasticflow:5.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.elasticflow : elasticflow sbt scala dependency to your build.sbt file:

libraryDependencies += "org.elasticflow" % "elasticflow" % "5.6.2"

Advertisement