MVN

org.apache.servicemix : servicemix-file

Maven & Gradle

Jan 15, 2013
9 usages

Apache ServiceMix :: Components :: File Binding Component · Provides JBI integration to the file system. It can be used to read and write files via URI or to periodically poll directories for new files.

<dependency>
    <groupId>org.apache.servicemix</groupId>
    <artifactId>servicemix-file</artifactId>
    <version>2013.01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix : servicemix-file to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2013.01

All Versions

Choose a version of org.apache.servicemix : servicemix-file to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2013.01
servicemix-file-2013.01
2011.02.x
servicemix-file-2011.02.1
2011.02
servicemix-file-2011.02
2011.01
servicemix-file-2011.01
2010.02
servicemix-file-2010.02
2010.01
servicemix-file-2010.01
2009.02
servicemix-file-2009.02
2009.01
servicemix-file-2009.01
2008.01
servicemix-file-2008.01
3.2.x
servicemix-file-3.2.3
servicemix-file-3.2.2
servicemix-file-3.2.1
3.2
servicemix-file-3.2
3.1.x
servicemix-file-3.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.servicemix</groupId>
    <artifactId>servicemix-file</artifactId>
    <version>2013.01</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.servicemix:servicemix-file:2013.01'

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

implementation("org.apache.servicemix:servicemix-file:2013.01")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.servicemix" % "servicemix-file" % "2013.01"