GroupId | GroupIdcom.aliyun.openservices |
---|---|
ArtifactId | ArtifactIdons-all |
Version | Version1.2.6 |
Type | Typepom |
Filename | Size |
---|---|
ons-all-1.2.6.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.openservices/ons-all/ -->
<dependency>
<groupId>com.aliyun.openservices</groupId>
<artifactId>ons-all</artifactId>
<version>1.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.openservices/ons-all/
implementation 'com.aliyun.openservices:ons-all:1.2.6'
// https://jarcasting.com/artifacts/com.aliyun.openservices/ons-all/
implementation ("com.aliyun.openservices:ons-all:1.2.6")
'com.aliyun.openservices:ons-all:pom:1.2.6'
<dependency org="com.aliyun.openservices" name="ons-all" rev="1.2.6">
<artifact name="ons-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.openservices', module='ons-all', version='1.2.6')
)
libraryDependencies += "com.aliyun.openservices" % "ons-all" % "1.2.6"
[com.aliyun.openservices/ons-all "1.2.6"]