| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdcom.aliyun.openservices | 
| ArtifactId | ArtifactIdons-client | 
| Last Version | Last Version2.0.2.Final | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Filename | Size | 
|---|---|
| ons-client-2.0.2.Final.pom | |
| ons-client-2.0.2.Final.jar | 9 MB | 
| ons-client-2.0.2.Final-sources.jar | 6 MB | 
| ons-client-2.0.2.Final-noshade.jar | 74 KB | 
| ons-client-2.0.2.Final-javadoc.jar | 429 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.aliyun.openservices/ons-client/ -->
<dependency>
    <groupId>com.aliyun.openservices</groupId>
    <artifactId>ons-client</artifactId>
    <version>2.0.2.Final</version>
</dependency>// https://jarcasting.com/artifacts/com.aliyun.openservices/ons-client/
implementation 'com.aliyun.openservices:ons-client:2.0.2.Final'// https://jarcasting.com/artifacts/com.aliyun.openservices/ons-client/
implementation ("com.aliyun.openservices:ons-client:2.0.2.Final")'com.aliyun.openservices:ons-client:jar:2.0.2.Final'<dependency org="com.aliyun.openservices" name="ons-client" rev="2.0.2.Final">
  <artifact name="ons-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.aliyun.openservices', module='ons-client', version='2.0.2.Final')
)libraryDependencies += "com.aliyun.openservices" % "ons-client" % "2.0.2.Final"[com.aliyun.openservices/ons-client "2.0.2.Final"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 6.8.21 | 
| org.mockito : mockito-core | jar | 2.28.2 | 
