a

axis2-transport-mail

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