GroupId | GroupIdcom.alibaba.cloud |
---|---|
ArtifactId | ArtifactIdspring-cloud-alibaba-docs |
Version | Version2.2.6.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-alibaba-docs-2.2.6.RELEASE.pom | 2 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>2.2.6.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:2.2.6.RELEASE'
// https://jarcasting.com/artifacts/com.alibaba.cloud/spring-cloud-alibaba-docs/
implementation ("com.alibaba.cloud:spring-cloud-alibaba-docs:2.2.6.RELEASE")
'com.alibaba.cloud:spring-cloud-alibaba-docs:pom:2.2.6.RELEASE'
<dependency org="com.alibaba.cloud" name="spring-cloud-alibaba-docs" rev="2.2.6.RELEASE">
<artifact name="spring-cloud-alibaba-docs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.cloud', module='spring-cloud-alibaba-docs', version='2.2.6.RELEASE')
)
libraryDependencies += "com.alibaba.cloud" % "spring-cloud-alibaba-docs" % "2.2.6.RELEASE"
[com.alibaba.cloud/spring-cloud-alibaba-docs "2.2.6.RELEASE"]