MVN

in.hocg.boot : elasticsearch-spring-boot-autoconfigure

Maven & Gradle

May 04, 2023
40 stars

Elasticsearch :: Spring Boot :: AutoConfigure

<dependency>
    <groupId>in.hocg.boot</groupId>
    <artifactId>elasticsearch-spring-boot-autoconfigure</artifactId>
    <version>1.0.57</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.hocg.boot : elasticsearch-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.57

All Versions

Choose a version of in.hocg.boot : elasticsearch-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
elasticsearch-spring-boot-autoconfigure-1.0.57
elasticsearch-spring-boot-autoconfigure-1.0.56
elasticsearch-spring-boot-autoconfigure-1.0.55
elasticsearch-spring-boot-autoconfigure-1.0.54
elasticsearch-spring-boot-autoconfigure-1.0.51
elasticsearch-spring-boot-autoconfigure-1.0.50
elasticsearch-spring-boot-autoconfigure-1.0.49
elasticsearch-spring-boot-autoconfigure-1.0.48
elasticsearch-spring-boot-autoconfigure-1.0.47
elasticsearch-spring-boot-autoconfigure-1.0.45
elasticsearch-spring-boot-autoconfigure-1.0.44
elasticsearch-spring-boot-autoconfigure-1.0.43
elasticsearch-spring-boot-autoconfigure-1.0.42
elasticsearch-spring-boot-autoconfigure-1.0.41
elasticsearch-spring-boot-autoconfigure-1.0.40
elasticsearch-spring-boot-autoconfigure-1.0.39
elasticsearch-spring-boot-autoconfigure-1.0.38
elasticsearch-spring-boot-autoconfigure-1.0.37
elasticsearch-spring-boot-autoconfigure-1.0.35
elasticsearch-spring-boot-autoconfigure-1.0.34
elasticsearch-spring-boot-autoconfigure-1.0.33
elasticsearch-spring-boot-autoconfigure-1.0.31
elasticsearch-spring-boot-autoconfigure-1.0.30
elasticsearch-spring-boot-autoconfigure-1.0.29
elasticsearch-spring-boot-autoconfigure-1.0.28
elasticsearch-spring-boot-autoconfigure-1.0.27
elasticsearch-spring-boot-autoconfigure-1.0.25
elasticsearch-spring-boot-autoconfigure-1.0.24
elasticsearch-spring-boot-autoconfigure-1.0.23
elasticsearch-spring-boot-autoconfigure-1.0.22
elasticsearch-spring-boot-autoconfigure-1.0.21
elasticsearch-spring-boot-autoconfigure-1.0.20
elasticsearch-spring-boot-autoconfigure-1.0.19
elasticsearch-spring-boot-autoconfigure-1.0.17
elasticsearch-spring-boot-autoconfigure-1.0.16
elasticsearch-spring-boot-autoconfigure-1.0.15
elasticsearch-spring-boot-autoconfigure-1.0.14
elasticsearch-spring-boot-autoconfigure-1.0.13
elasticsearch-spring-boot-autoconfigure-1.0.12
elasticsearch-spring-boot-autoconfigure-1.0.11
elasticsearch-spring-boot-autoconfigure-1.0.10
elasticsearch-spring-boot-autoconfigure-1.0.9
elasticsearch-spring-boot-autoconfigure-1.0.8
elasticsearch-spring-boot-autoconfigure-1.0.7
elasticsearch-spring-boot-autoconfigure-1.0.6
elasticsearch-spring-boot-autoconfigure-1.0.5
elasticsearch-spring-boot-autoconfigure-1.0.4
elasticsearch-spring-boot-autoconfigure-1.0.3
elasticsearch-spring-boot-autoconfigure-1.0.2
elasticsearch-spring-boot-autoconfigure-1.0.1
elasticsearch-spring-boot-autoconfigure-1.0.0
v1.0.x
elasticsearch-spring-boot-autoconfigure-v1.0.46

How to add a dependency to Maven

Add the following in.hocg.boot : elasticsearch-spring-boot-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.hocg.boot</groupId>
    <artifactId>elasticsearch-spring-boot-autoconfigure</artifactId>
    <version>1.0.57</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.hocg.boot : elasticsearch-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'in.hocg.boot:elasticsearch-spring-boot-autoconfigure:1.0.57'

Gradle Kotlin DSL: Add the following in.hocg.boot : elasticsearch-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("in.hocg.boot:elasticsearch-spring-boot-autoconfigure:1.0.57")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.hocg.boot : elasticsearch-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "in.hocg.boot" % "elasticsearch-spring-boot-autoconfigure" % "1.0.57"

Advertisement