MVN

io.github.xpc1024 : easy-es-boot-starter

Maven & Gradle

May 27, 2022
1 usages
<dependency>
    <groupId>io.github.xpc1024</groupId>
    <artifactId>easy-es-boot-starter</artifactId>
    <version>0.9.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.xpc1024 : easy-es-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.20

All Versions

Choose a version of io.github.xpc1024 : easy-es-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
easy-es-boot-starter-0.9.20
easy-es-boot-starter-0.9.16
easy-es-boot-starter-0.9.15
easy-es-boot-starter-0.9.14
easy-es-boot-starter-0.9.13
easy-es-boot-starter-0.9.12
easy-es-boot-starter-0.9.11
easy-es-boot-starter-0.9.10
easy-es-boot-starter-0.9.9
easy-es-boot-starter-0.9.8
easy-es-boot-starter-0.9.7
easy-es-boot-starter-0.9.6
easy-es-boot-starter-0.9.5
easy-es-boot-starter-0.9.4
easy-es-boot-starter-0.9.3

How to add a dependency to Maven

Add the following io.github.xpc1024 : easy-es-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.xpc1024</groupId>
    <artifactId>easy-es-boot-starter</artifactId>
    <version>0.9.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.xpc1024 : easy-es-boot-starter gradle dependency to your build.gradle file:

implementation 'io.github.xpc1024:easy-es-boot-starter:0.9.20'

Gradle Kotlin DSL: Add the following io.github.xpc1024 : easy-es-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.xpc1024:easy-es-boot-starter:0.9.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.xpc1024 : easy-es-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.xpc1024" % "easy-es-boot-starter" % "0.9.20"