File | Operation |
---|---|
spring-functions-parent-4.0.1.pom | download |
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>4.0.1</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.cloud.fn" % "spring-functions-parent" % "4.0.1"
@Grapes(
@Grab(group='org.springframework.cloud.fn', module='spring-functions-parent', version='4.0.1')
)
<dependency org="org.springframework.cloud.fn" name="spring-functions-parent" rev="4.0.1" />
<parent> <groupId>org.springframework.cloud.stream.app</groupId> <artifactId>stream-applications-build</artifactId> <version>4.0.1</version> </parent>
compile
|-- com.google.protobuf:protobuf-java:3.19.6
|-- org.springframework.cloud.fn:config-common
|-- org.springframework.boot:spring-boot-starter-validation
|-- org.springframework.boot:spring-boot-starter-json
|-- org.springframework.boot:spring-boot-starter-integration
|-- com.jayway.jsonpath:json-path
provided
|-- org.springframework.boot:spring-boot-configuration-processor
test
|-- org.springframework.boot:spring-boot-starter-test
|-- org.junit.jupiter:junit-jupiter
|-- org.springframework.integration:spring-integration-test
|-- io.projectreactor:reactor-test
|-- org.testcontainers:testcontainers