MVN

com.huaweicloud.sermant : registry-common

Maven & Gradle

Feb 08, 2023
<dependency>
    <groupId>com.huaweicloud.sermant</groupId>
    <artifactId>registry-common</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.huaweicloud.sermant : registry-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.huaweicloud.sermant : registry-common to add to Maven or Gradle - All Versions:

  • Version Updated
  • registry-common-1.0.1

    Feb 08, 2023
  • registry-common-1.0.0

    Dec 27, 2022
  • registry-common-0.9.0

    Dec 14, 2022
  • registry-common-0.8.0

    Nov 30, 2022
  • registry-common-0.7.0

    Nov 11, 2022
  • registry-common-0.6.3

    Nov 04, 2022
  • registry-common-0.6.2

    Oct 19, 2022
  • registry-common-0.6.1

    Oct 17, 2022
  • registry-common-0.6.0

    Oct 08, 2022
  • registry-common-0.5.2

    Sep 13, 2022
  • registry-common-0.5.1

    Sep 02, 2022
  • registry-common-0.5.0

    Aug 29, 2022
  • registry-common-0.4.0

    Aug 02, 2022
  • registry-common-0.3.8

    Jun 29, 2022
  • registry-common-0.2.5

    Jun 29, 2022
  • registry-common-0.3.7

    Jun 27, 2022
  • registry-common-0.3.6

    Jun 25, 2022
  • registry-common-0.3.5

    Jun 24, 2022
  • registry-common-0.3.4

    Jun 23, 2022
  • registry-common-0.3.3

    Jun 15, 2022
  • registry-common-0.2.4

    Jun 15, 2022

How to add a dependency to Maven

Add the following com.huaweicloud.sermant : registry-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.huaweicloud.sermant</groupId>
    <artifactId>registry-common</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.huaweicloud.sermant : registry-common gradle dependency to your build.gradle file:

implementation 'com.huaweicloud.sermant:registry-common:1.0.1'

Gradle Kotlin DSL: Add the following com.huaweicloud.sermant : registry-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.huaweicloud.sermant:registry-common:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.huaweicloud.sermant : registry-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.huaweicloud.sermant" % "registry-common" % "1.0.1"