MVN

com.huaweicloud.sermant : flowcontrol-plugin

Maven & Gradle

Aug 12, 2023
614 stars

flowcontrol-plugin · The plugin module of flowcontrol.

<dependency>
    <groupId>com.huaweicloud.sermant</groupId>
    <artifactId>flowcontrol-plugin</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.5

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.huaweicloud.sermant</groupId>
    <artifactId>flowcontrol-plugin</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.huaweicloud.sermant:flowcontrol-plugin:1.0.5'

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

implementation("com.huaweicloud.sermant:flowcontrol-plugin:1.0.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.huaweicloud.sermant" % "flowcontrol-plugin" % "1.0.5"