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