License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-dataflow-ui |
Last Version | Last Version3.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cloud Data Flow User Interface
This application provides the Dashboard application of Spring Cloud Data Flow.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-cloud-dataflow-ui-3.2.4.pom | |
spring-cloud-dataflow-ui-3.2.4.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-dataflow-ui/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dataflow-ui</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-dataflow-ui/
implementation 'org.springframework.cloud:spring-cloud-dataflow-ui:3.2.4'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-dataflow-ui/
implementation ("org.springframework.cloud:spring-cloud-dataflow-ui:3.2.4")
'org.springframework.cloud:spring-cloud-dataflow-ui:jar:3.2.4'
<dependency org="org.springframework.cloud" name="spring-cloud-dataflow-ui" rev="3.2.4">
<artifact name="spring-cloud-dataflow-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-dataflow-ui', version='3.2.4')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-dataflow-ui" % "3.2.4"
[org.springframework.cloud/spring-cloud-dataflow-ui "3.2.4"]