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
文件下载
文件名 操作
llama-0.1.jar 下载
llama-0.1.pom 下载
llama-0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.johanfredin</groupId>
  <artifactId>llama</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.johanfredin:llama:0.1'
Gradle Kotlin
implementation("com.github.johanfredin:llama:0.1")
Scala SBT
libraryDependencies += "com.github.johanfredin" % "llama" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.johanfredin', module='llama', version='0.1')
)
Apache Ivy
<dependency org="com.github.johanfredin" name="llama" rev="0.1" />
Leiningen
[com.github.johanfredin/llama "0.1"]
Apache Buildr
'com.github.johanfredin:llama:jar:0.1'