is not current version
Last Version 3.2.6

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

Spring Cloud Function Web Support

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-function-context
Version

Version

1.0.2.RELEASE
Type

Type

jar

Download spring-cloud-function-context 1.0.2.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>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-context/
implementation 'org.springframework.cloud:spring-cloud-function-context:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-context/
implementation ("org.springframework.cloud:spring-cloud-function-context:1.0.2.RELEASE")
'org.springframework.cloud:spring-cloud-function-context:jar:1.0.2.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-function-context" rev="1.0.2.RELEASE">
  <artifact name="spring-cloud-function-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-function-context', version='1.0.2.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-function-context" % "1.0.2.RELEASE"
[org.springframework.cloud/spring-cloud-function-context "1.0.2.RELEASE"]