s

sermant-agentcore-core

The core capability and agent framework of Sermant.
https://github.com/huaweicloud/Sermant
Apache License, Version 2.0
luanwenfei
文件下载
文件名 操作
sermant-agentcore-core-0.5.0.jar 下载
sermant-agentcore-core-0.5.0.pom 下载
sermant-agentcore-core-0.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.huaweicloud.sermant</groupId>
  <artifactId>sermant-agentcore-core</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.huaweicloud.sermant:sermant-agentcore-core:0.5.0'
Gradle Kotlin
implementation("com.huaweicloud.sermant:sermant-agentcore-core:0.5.0")
Scala SBT
libraryDependencies += "com.huaweicloud.sermant" % "sermant-agentcore-core" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.huaweicloud.sermant', module='sermant-agentcore-core', version='0.5.0')
)
Apache Ivy
<dependency org="com.huaweicloud.sermant" name="sermant-agentcore-core" rev="0.5.0" />
Leiningen
[com.huaweicloud.sermant/sermant-agentcore-core "0.5.0"]
Apache Buildr
'com.huaweicloud.sermant:sermant-agentcore-core:jar:0.5.0'