h

header-enricher-function

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