Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.aliyun.openservices |
ArtifactId | ArtifactIdons-client-ext |
Version | Version1.8.4.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aliyun.openservices/ons-client-ext/ -->
<dependency>
<groupId>com.aliyun.openservices</groupId>
<artifactId>ons-client-ext</artifactId>
<version>1.8.4.Final</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.openservices/ons-client-ext/
implementation 'com.aliyun.openservices:ons-client-ext:1.8.4.Final'
// https://jarcasting.com/artifacts/com.aliyun.openservices/ons-client-ext/
implementation ("com.aliyun.openservices:ons-client-ext:1.8.4.Final")
'com.aliyun.openservices:ons-client-ext:jar:1.8.4.Final'
<dependency org="com.aliyun.openservices" name="ons-client-ext" rev="1.8.4.Final">
<artifact name="ons-client-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.openservices', module='ons-client-ext', version='1.8.4.Final')
)
libraryDependencies += "com.aliyun.openservices" % "ons-client-ext" % "1.8.4.Final"
[com.aliyun.openservices/ons-client-ext "1.8.4.Final"]