Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.aliyun.openservices |
ArtifactId | ArtifactIdons-auth4client |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
ons-auth4client-1.2.2.pom | |
ons-auth4client-1.2.2.jar | 11 KB |
ons-auth4client-1.2.2-sources.jar | 6 KB |
ons-auth4client-1.2.2-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.openservices/ons-auth4client/ -->
<dependency>
<groupId>com.aliyun.openservices</groupId>
<artifactId>ons-auth4client</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.openservices/ons-auth4client/
implementation 'com.aliyun.openservices:ons-auth4client:1.2.2'
// https://jarcasting.com/artifacts/com.aliyun.openservices/ons-auth4client/
implementation ("com.aliyun.openservices:ons-auth4client:1.2.2")
'com.aliyun.openservices:ons-auth4client:jar:1.2.2'
<dependency org="com.aliyun.openservices" name="ons-auth4client" rev="1.2.2">
<artifact name="ons-auth4client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.openservices', module='ons-auth4client', version='1.2.2')
)
libraryDependencies += "com.aliyun.openservices" % "ons-auth4client" % "1.2.2"
[com.aliyun.openservices/ons-auth4client "1.2.2"]