Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-dataflow-parent |
Version | Version1.4.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-dataflow-parent-1.4.0.RELEASE.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-dataflow-parent/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dataflow-parent</artifactId>
<version>1.4.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-dataflow-parent/
implementation 'org.springframework.cloud:spring-cloud-dataflow-parent:1.4.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-dataflow-parent/
implementation ("org.springframework.cloud:spring-cloud-dataflow-parent:1.4.0.RELEASE")
'org.springframework.cloud:spring-cloud-dataflow-parent:pom:1.4.0.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-dataflow-parent" rev="1.4.0.RELEASE">
<artifact name="spring-cloud-dataflow-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-dataflow-parent', version='1.4.0.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-dataflow-parent" % "1.4.0.RELEASE"
[org.springframework.cloud/spring-cloud-dataflow-parent "1.4.0.RELEASE"]