c

camel-quarkus-bindy

Marshal and unmarshal between POJOs on one side and Comma separated values (CSV), fixed field length or key-value pair (KVP) formats on the other side using Camel Bindy
Files download
File Operation
camel-quarkus-bindy-2.7.0.jar download
camel-quarkus-bindy-2.7.0.pom download
camel-quarkus-bindy-2.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel.quarkus</groupId>
  <artifactId>camel-quarkus-bindy</artifactId>
  <version>2.7.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.quarkus:camel-quarkus-bindy:2.7.0'
Gradle Kotlin
implementation("org.apache.camel.quarkus:camel-quarkus-bindy:2.7.0")
Scala SBT
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-bindy" % "2.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.quarkus', module='camel-quarkus-bindy', version='2.7.0')
)
Apache Ivy
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-bindy" rev="2.7.0" />
Leiningen
[org.apache.camel.quarkus/camel-quarkus-bindy "2.7.0"]
Apache Buildr
'org.apache.camel.quarkus:camel-quarkus-bindy:jar:2.7.0'