a

axis2-transport-mail

Apache Axis2 - Mail Transport
http://axis.apache.org/axis2/java/core/
Files download
File Operation
axis2-transport-mail-1.7.4.jar download
axis2-transport-mail-1.7.4.pom download
axis2-transport-mail-1.7.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.axis2</groupId>
  <artifactId>axis2-transport-mail</artifactId>
  <version>1.7.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.axis2:axis2-transport-mail:1.7.4'
Gradle Kotlin
implementation("org.apache.axis2:axis2-transport-mail:1.7.4")
Scala SBT
libraryDependencies += "org.apache.axis2" % "axis2-transport-mail" % "1.7.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.axis2', module='axis2-transport-mail', version='1.7.4')
)
Apache Ivy
<dependency org="org.apache.axis2" name="axis2-transport-mail" rev="1.7.4" />
Leiningen
[org.apache.axis2/axis2-transport-mail "1.7.4"]
Apache Buildr
'org.apache.axis2:axis2-transport-mail:jar:1.7.4'