MVN

org.apache.servicecomb : dashboard-client

Maven & Gradle

Jun 21, 2023
1.8k stars

ServiceComb::Clients::Dashboard Client

<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>dashboard-client</artifactId>
    <version>2.8.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicecomb : dashboard-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.9

All Versions

Choose a version of org.apache.servicecomb : dashboard-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
dashboard-client-2.8.9
dashboard-client-2.8.8
dashboard-client-2.8.7
dashboard-client-2.8.6
dashboard-client-2.8.5
dashboard-client-2.8.4
dashboard-client-2.8.3
dashboard-client-2.8.2
dashboard-client-2.8.1
dashboard-client-2.8.0
2.7.x
dashboard-client-2.7.10
dashboard-client-2.7.9
dashboard-client-2.7.8
dashboard-client-2.7.7
dashboard-client-2.7.6
dashboard-client-2.7.5
dashboard-client-2.7.4.2
dashboard-client-2.7.4.1

How to add a dependency to Maven

Add the following org.apache.servicecomb : dashboard-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>dashboard-client</artifactId>
    <version>2.8.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicecomb : dashboard-client gradle dependency to your build.gradle file:

implementation 'org.apache.servicecomb:dashboard-client:2.8.9'

Gradle Kotlin DSL: Add the following org.apache.servicecomb : dashboard-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicecomb:dashboard-client:2.8.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicecomb : dashboard-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicecomb" % "dashboard-client" % "2.8.9"