<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-context</artifactId>
<version>3.0.9.RELEASE</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-function-context:3.0.9.RELEASE'
implementation("org.springframework.cloud:spring-cloud-function-context:3.0.9.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-function-context" % "3.0.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-function-context', version='3.0.9.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-function-context" rev="3.0.9.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-function-parent</artifactId> <version>3.0.9.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-autoconfigure:2.3.2.RELEASE
|-- org.springframework.cloud:spring-cloud-function-core:3.0.9.RELEASE
|-- org.springframework:spring-messaging:5.2.8.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.2.RELEASE
|-- com.google.code.gson:gson:2.8.6
|-- com.fasterxml.jackson.core:jackson-databind:2.11.1
|-- org.springframework.boot:spring-boot-starter-test:2.3.2.RELEASE