MVN

com.eworkcloud.starter : ework-cloud-starter-elastic

Maven & Gradle

Dec 29, 2021
1 usages

Ework Cloud Starter Elastic · Ework Cloud Starter Elastic

<dependency>
    <groupId>com.eworkcloud.starter</groupId>
    <artifactId>ework-cloud-starter-elastic</artifactId>
    <version>2.5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eworkcloud.starter : ework-cloud-starter-elastic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.8

All Versions

Choose a version of com.eworkcloud.starter : ework-cloud-starter-elastic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
ework-cloud-starter-elastic-2.5.8
ework-cloud-starter-elastic-2.5.7
ework-cloud-starter-elastic-2.5.6
ework-cloud-starter-elastic-2.5.5
ework-cloud-starter-elastic-2.5.4
ework-cloud-starter-elastic-2.5.3
ework-cloud-starter-elastic-2.5.2
ework-cloud-starter-elastic-2.5.1
ework-cloud-starter-elastic-2.5.0
2.4.x
ework-cloud-starter-elastic-2.4.13
ework-cloud-starter-elastic-2.4.12
ework-cloud-starter-elastic-2.4.11
ework-cloud-starter-elastic-2.4.10
ework-cloud-starter-elastic-2.4.9
ework-cloud-starter-elastic-2.4.8
ework-cloud-starter-elastic-2.4.7
ework-cloud-starter-elastic-2.4.6
ework-cloud-starter-elastic-2.4.5

How to add a dependency to Maven

Add the following com.eworkcloud.starter : ework-cloud-starter-elastic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.eworkcloud.starter</groupId>
    <artifactId>ework-cloud-starter-elastic</artifactId>
    <version>2.5.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eworkcloud.starter : ework-cloud-starter-elastic gradle dependency to your build.gradle file:

implementation 'com.eworkcloud.starter:ework-cloud-starter-elastic:2.5.8'

Gradle Kotlin DSL: Add the following com.eworkcloud.starter : ework-cloud-starter-elastic gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eworkcloud.starter:ework-cloud-starter-elastic:2.5.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eworkcloud.starter : ework-cloud-starter-elastic sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eworkcloud.starter" % "ework-cloud-starter-elastic" % "2.5.8"