blob: 4fa458fd13c62ecc796f4f1c2537c9919f40b674 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[[tarfile]]
= Tar File
[.badges]
[.badge-key]##Since Camel Quarkus##[.badge-version]##0.3.0## [.badge-key]##JVM##[.badge-supported]##supported## [.badge-key]##Native##[.badge-supported]##supported##
Archive files into tarballs or extract files from tarballs.
== What's inside
* https://camel.apache.org/components/latest/dataformats/tarfile-dataformat.html[Tar File data format]
Please refer to the above link for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-tarfile</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.