MVN

org.apache.servicemix : servicemix-mail

Maven & Gradle

Jan 15, 2013
8 usages

Apache ServiceMix :: Components :: Mail Binding Component · Mail Binding Component used for polling and sending mails.

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

Latest Version

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

  • Latest Stable: 2013.01

All Versions

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

Version Vulnerabilities Updated
2013.01
servicemix-mail-2013.01
2011.02.x
servicemix-mail-2011.02.1
2011.02
servicemix-mail-2011.02
2011.01
servicemix-mail-2011.01
2010.02
servicemix-mail-2010.02
2010.01
servicemix-mail-2010.01
2009.02
servicemix-mail-2009.02
2009.01
servicemix-mail-2009.01
2008.01
servicemix-mail-2008.01

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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