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