MVN

com.huaweicloud.sermant : registry-common

Maven & Gradle

Aug 12, 2023
614 stars
<dependency>
    <groupId>com.huaweicloud.sermant</groupId>
    <artifactId>registry-common</artifactId>
    <version>1.0.5</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.5

All Versions

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

Version Vulnerabilities Updated
1.1.x
registry-common-1.1.0
1.0.x
registry-common-1.0.5
registry-common-1.0.4
registry-common-1.0.3
registry-common-1.0.2
registry-common-1.0.1
registry-common-1.0.0
0.9.x
registry-common-0.9.0
0.8.x
registry-common-0.8.0
0.7.x
registry-common-0.7.0
0.6.x
registry-common-0.6.3
registry-common-0.6.2
registry-common-0.6.1
registry-common-0.6.0
0.5.x
registry-common-0.5.2
registry-common-0.5.1
registry-common-0.5.0
0.4.x
registry-common-0.4.0
0.3.x
registry-common-0.3.8
registry-common-0.3.7
registry-common-0.3.6
registry-common-0.3.5
registry-common-0.3.4
registry-common-0.3.3
0.2.x
registry-common-0.2.5
registry-common-0.2.4

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.5</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.5'

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.5")

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.5"