f

filter-function

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