| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.huaweicloud.sermant |
| ArtifactId | ArtifactIdflowcontrol-common |
| Version | Version0.3.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flowcontrol-common-0.3.5.pom | |
| flowcontrol-common-0.3.5.jar | 88 KB |
| flowcontrol-common-0.3.5-sources.jar | 96 KB |
| flowcontrol-common-0.3.5-javadoc.jar | 533 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.huaweicloud.sermant/flowcontrol-common/ -->
<dependency>
<groupId>com.huaweicloud.sermant</groupId>
<artifactId>flowcontrol-common</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.huaweicloud.sermant/flowcontrol-common/
implementation 'com.huaweicloud.sermant:flowcontrol-common:0.3.5'
// https://jarcasting.com/artifacts/com.huaweicloud.sermant/flowcontrol-common/
implementation ("com.huaweicloud.sermant:flowcontrol-common:0.3.5")
'com.huaweicloud.sermant:flowcontrol-common:jar:0.3.5'
<dependency org="com.huaweicloud.sermant" name="flowcontrol-common" rev="0.3.5">
<artifact name="flowcontrol-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.huaweicloud.sermant', module='flowcontrol-common', version='0.3.5')
)
libraryDependencies += "com.huaweicloud.sermant" % "flowcontrol-common" % "0.3.5"
[com.huaweicloud.sermant/flowcontrol-common "0.3.5"]