MVN

com.huaweicloud.sermant : sermant-agentcore-implement

Maven & Gradle

Aug 12, 2023
617 stars
<dependency>
    <groupId>com.huaweicloud.sermant</groupId>
    <artifactId>sermant-agentcore-implement</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.5

All Versions

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

Version Vulnerabilities Updated
1.1.x
sermant-agentcore-implement-1.1.0
1.0.x
sermant-agentcore-implement-1.0.5
sermant-agentcore-implement-1.0.4
sermant-agentcore-implement-1.0.3
sermant-agentcore-implement-1.0.2
sermant-agentcore-implement-1.0.1
sermant-agentcore-implement-1.0.0
0.9.x
sermant-agentcore-implement-0.9.0
0.8.x
sermant-agentcore-implement-0.8.0
0.7.x
sermant-agentcore-implement-0.7.0
0.6.x
sermant-agentcore-implement-0.6.4
sermant-agentcore-implement-0.6.3
sermant-agentcore-implement-0.6.2
sermant-agentcore-implement-0.6.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.huaweicloud.sermant</groupId>
    <artifactId>sermant-agentcore-implement</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.huaweicloud.sermant:sermant-agentcore-implement:1.0.5'

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

implementation("com.huaweicloud.sermant:sermant-agentcore-implement:1.0.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.huaweicloud.sermant" % "sermant-agentcore-implement" % "1.0.5"