is not current version
Last Version 2.9.0

org.apache.camel.quarkus:camel-quarkus-beanio 1.4.0

Marshal and unmarshal Java beans to and from flat files (such as CSV, delimited, or fixed length formats).

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

org.apache.camel.quarkus
ArtifactId

ArtifactId

camel-quarkus-beanio
Version

Version

1.4.0
Type

Type

jar

Download camel-quarkus-beanio 1.4.0


<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-beanio/ -->
<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-beanio</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-beanio/
implementation 'org.apache.camel.quarkus:camel-quarkus-beanio:1.4.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-beanio/
implementation ("org.apache.camel.quarkus:camel-quarkus-beanio:1.4.0")
'org.apache.camel.quarkus:camel-quarkus-beanio:jar:1.4.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-beanio" rev="1.4.0">
  <artifact name="camel-quarkus-beanio" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-beanio', version='1.4.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-beanio" % "1.4.0"
[org.apache.camel.quarkus/camel-quarkus-beanio "1.4.0"]