MVN

io.github.shuigedeng : taotao-cloud-starter-elk

Maven & Gradle

Jul 31, 2023
2 usages
184 stars

taotao-cloud-starter-elk · taotao-cloud-starter-elk

<dependency>
    <groupId>io.github.shuigedeng</groupId>
    <artifactId>taotao-cloud-starter-elk</artifactId>
    <version>2023.08</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shuigedeng : taotao-cloud-starter-elk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.08

All Versions

Choose a version of io.github.shuigedeng : taotao-cloud-starter-elk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.08
taotao-cloud-starter-elk-2023.08
2023.07
taotao-cloud-starter-elk-2023.07
2023.06
taotao-cloud-starter-elk-2023.06
2023.05
taotao-cloud-starter-elk-2023.05
2023.04
taotao-cloud-starter-elk-2023.04
2023.03
taotao-cloud-starter-elk-2023.03
2023.3.x
taotao-cloud-starter-elk-2023.3.01
2023.02
taotao-cloud-starter-elk-2023.02
2023.2.x
taotao-cloud-starter-elk-2023.2.01
2022.12
taotao-cloud-starter-elk-2022.12
2022.11
taotao-cloud-starter-elk-2022.11
2022.10
taotao-cloud-starter-elk-2022.10
2022.09
taotao-cloud-starter-elk-2022.09
2022.08
taotao-cloud-starter-elk-2022.08
2022.07
taotao-cloud-starter-elk-2022.07
2022.06
taotao-cloud-starter-elk-2022.06
2022.05
taotao-cloud-starter-elk-2022.05
2022.04
taotao-cloud-starter-elk-2022.04
2022.03
taotao-cloud-starter-elk-2022.03
2022.02
taotao-cloud-starter-elk-2022.02
2022.01
taotao-cloud-starter-elk-2022.01
2021.12
taotao-cloud-starter-elk-2021.12
2021.11
taotao-cloud-starter-elk-2021.11
2021.10.x
taotao-cloud-starter-elk-2021.10.1
2021.9.x
taotao-cloud-starter-elk-2021.9.3
taotao-cloud-starter-elk-2021.9.2
taotao-cloud-starter-elk-2021.9.1
2021.9
taotao-cloud-starter-elk-2021.9
2021.8.x
taotao-cloud-starter-elk-2021.8.2
taotao-cloud-starter-elk-2021.8.1
2021.8
taotao-cloud-starter-elk-2021.8

How to add a dependency to Maven

Add the following io.github.shuigedeng : taotao-cloud-starter-elk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.shuigedeng</groupId>
    <artifactId>taotao-cloud-starter-elk</artifactId>
    <version>2023.08</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.shuigedeng : taotao-cloud-starter-elk gradle dependency to your build.gradle file:

implementation 'io.github.shuigedeng:taotao-cloud-starter-elk:2023.08'

Gradle Kotlin DSL: Add the following io.github.shuigedeng : taotao-cloud-starter-elk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.shuigedeng:taotao-cloud-starter-elk:2023.08")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.shuigedeng : taotao-cloud-starter-elk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.shuigedeng" % "taotao-cloud-starter-elk" % "2023.08"

Advertisement