MVN

org.apache.camel.quarkus : camel-quarkus-smb

Maven & Gradle

Jan 25, 2024

Camel Quarkus :: SMB :: Runtime · SMB component which consumes natively from file shares using the Server Message Block (SMB, also known as Common Internet File System - CIFS) protocol

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-smb</artifactId>
    <version>3.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.camel.quarkus : camel-quarkus-smb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.0

All Versions

Choose a version of org.apache.camel.quarkus : camel-quarkus-smb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
camel-quarkus-smb-3.7.0

How to add a dependency to Maven

Add the following org.apache.camel.quarkus : camel-quarkus-smb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-smb</artifactId>
    <version>3.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.camel.quarkus : camel-quarkus-smb gradle dependency to your build.gradle file:

implementation 'org.apache.camel.quarkus:camel-quarkus-smb:3.7.0'

Gradle Kotlin DSL: Add the following org.apache.camel.quarkus : camel-quarkus-smb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.camel.quarkus:camel-quarkus-smb:3.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.camel.quarkus : camel-quarkus-smb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-smb" % "3.7.0"