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