GroupId | GroupIdcom.aliyun |
---|---|
ArtifactId | ArtifactIdcore-service |
Version | Version0.0.1-beta |
Type | Typepom |
Filename | Size |
---|---|
core-service-0.0.1-beta.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun/core-service/ -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>core-service</artifactId>
<version>0.0.1-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun/core-service/
implementation 'com.aliyun:core-service:0.0.1-beta'
// https://jarcasting.com/artifacts/com.aliyun/core-service/
implementation ("com.aliyun:core-service:0.0.1-beta")
'com.aliyun:core-service:pom:0.0.1-beta'
<dependency org="com.aliyun" name="core-service" rev="0.0.1-beta">
<artifact name="core-service" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aliyun', module='core-service', version='0.0.1-beta')
)
libraryDependencies += "com.aliyun" % "core-service" % "0.0.1-beta"
[com.aliyun/core-service "0.0.1-beta"]