l

llama

Llama API offers a set of utility classes for easier merging and modifying the content of camel routes when the exchange bodies holds collections.
https://github.com/johanfredin/llama
The Apache License, Version 2.0
Johan Fredin
Files download
File Operation
llama-0.3.1.jar download
llama-0.3.1.pom download
llama-0.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.johanfredin</groupId>
  <artifactId>llama</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.johanfredin:llama:0.3.1'
Gradle Kotlin
implementation("com.github.johanfredin:llama:0.3.1")
Scala SBT
libraryDependencies += "com.github.johanfredin" % "llama" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.johanfredin', module='llama', version='0.3.1')
)
Apache Ivy
<dependency org="com.github.johanfredin" name="llama" rev="0.3.1" />
Leiningen
[com.github.johanfredin/llama "0.3.1"]
Apache Buildr
'com.github.johanfredin:llama:jar:0.3.1'