GroupId | GroupIdcom.alibaba.cloud |
---|---|
ArtifactId | ArtifactIdspring-cloud-alibaba-docs |
Version | Version1.5.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-alibaba-docs-1.5.0.RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.cloud/spring-cloud-alibaba-docs/ -->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-docs</artifactId>
<version>1.5.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.cloud/spring-cloud-alibaba-docs/
implementation 'com.alibaba.cloud:spring-cloud-alibaba-docs:1.5.0.RELEASE'
// https://jarcasting.com/artifacts/com.alibaba.cloud/spring-cloud-alibaba-docs/
implementation ("com.alibaba.cloud:spring-cloud-alibaba-docs:1.5.0.RELEASE")
'com.alibaba.cloud:spring-cloud-alibaba-docs:pom:1.5.0.RELEASE'
<dependency org="com.alibaba.cloud" name="spring-cloud-alibaba-docs" rev="1.5.0.RELEASE">
<artifact name="spring-cloud-alibaba-docs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.cloud', module='spring-cloud-alibaba-docs', version='1.5.0.RELEASE')
)
libraryDependencies += "com.alibaba.cloud" % "spring-cloud-alibaba-docs" % "1.5.0.RELEASE"
[com.alibaba.cloud/spring-cloud-alibaba-docs "1.5.0.RELEASE"]