f

filter-function

Spring Native Function for applying filter SpEL expressions
Files download
File Operation
filter-function-4.0.0.jar download
filter-function-4.0.0.pom download
filter-function-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.cloud.fn</groupId>
  <artifactId>filter-function</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.cloud.fn:filter-function:4.0.0'
Gradle Kotlin
implementation("org.springframework.cloud.fn:filter-function:4.0.0")
Scala SBT
libraryDependencies += "org.springframework.cloud.fn" % "filter-function" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.cloud.fn', module='filter-function', version='4.0.0')
)
Apache Ivy
<dependency org="org.springframework.cloud.fn" name="filter-function" rev="4.0.0" />
Leiningen
[org.springframework.cloud.fn/filter-function "4.0.0"]
Apache Buildr
'org.springframework.cloud.fn:filter-function:jar:4.0.0'