License |
License |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-starter-build |
Version | Version2021.0.0 |
Type | Typepom |
Description |
DescriptionSpring Cloud Starter Build
Spring Cloud Starter Build
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-cloud-starter-build-2021.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-build/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-build</artifactId>
<version>2021.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-build/
implementation 'org.springframework.cloud:spring-cloud-starter-build:2021.0.0'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-build/
implementation ("org.springframework.cloud:spring-cloud-starter-build:2021.0.0")
'org.springframework.cloud:spring-cloud-starter-build:pom:2021.0.0'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-build" rev="2021.0.0">
<artifact name="spring-cloud-starter-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-build', version='2021.0.0')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-build" % "2021.0.0"
[org.springframework.cloud/spring-cloud-starter-build "2021.0.0"]