is not current version
Last Version 3.2.6

org.springframework.cloud:spring-cloud-function-context 3.0.4.RELEASE

Implementation of core API for Spring Cloud Function

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-function-context
Version

Version

3.0.4.RELEASE
Type

Type

jar

Download spring-cloud-function-context 3.0.4.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-context/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-function-context</artifactId>
    <version>3.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-context/
implementation 'org.springframework.cloud:spring-cloud-function-context:3.0.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-context/
implementation ("org.springframework.cloud:spring-cloud-function-context:3.0.4.RELEASE")
'org.springframework.cloud:spring-cloud-function-context:jar:3.0.4.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-function-context" rev="3.0.4.RELEASE">
  <artifact name="spring-cloud-function-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-function-context', version='3.0.4.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-function-context" % "3.0.4.RELEASE"
[org.springframework.cloud/spring-cloud-function-context "3.0.4.RELEASE"]