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