a

axis2-transport-mail

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