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