License |
License |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-build |
Last Version | Last Version3.1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring Cloud Parent
Spring Cloud parent pom, managing plugins and dependencies for Spring
Cloud projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-cloud-build-3.1.3.pom | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-build/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>3.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-build/
implementation 'org.springframework.cloud:spring-cloud-build:3.1.3'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-build/
implementation ("org.springframework.cloud:spring-cloud-build:3.1.3")
'org.springframework.cloud:spring-cloud-build:pom:3.1.3'
<dependency org="org.springframework.cloud" name="spring-cloud-build" rev="3.1.3">
<artifact name="spring-cloud-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-build', version='3.1.3')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-build" % "3.1.3"
[org.springframework.cloud/spring-cloud-build "3.1.3"]