s

subethasmtp-smtp

A multithreaded standalone SMTP mail server implementation.
文件下载
文件名 操作
subethasmtp-smtp-1.0.3.jar 下载
subethasmtp-smtp-1.0.3.pom 下载
subethasmtp-smtp-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.subethamail</groupId>
  <artifactId>subethasmtp-smtp</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.subethamail:subethasmtp-smtp:1.0.3'
Gradle Kotlin
implementation("org.subethamail:subethasmtp-smtp:1.0.3")
Scala SBT
libraryDependencies += "org.subethamail" % "subethasmtp-smtp" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.subethamail', module='subethasmtp-smtp', version='1.0.3')
)
Apache Ivy
<dependency org="org.subethamail" name="subethasmtp-smtp" rev="1.0.3" />
Leiningen
[org.subethamail/subethasmtp-smtp "1.0.3"]
Apache Buildr
'org.subethamail:subethasmtp-smtp:jar:1.0.3'