is not current version
Last Version 1.2.1

org.springframework.cloud.fn:filter-function 1.0.1

Spring Native Function for applying filter SpEL expressions

GroupId

GroupId

org.springframework.cloud.fn
ArtifactId

ArtifactId

filter-function
Version

Version

1.0.1
Type

Type

jar

Download filter-function 1.0.1


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