| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.github.captainmaximo | 
| ArtifactId | ArtifactIdsmtp-client | 
| Last Version | Last Version0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSMTP Client A very simple Java SMTP email client depending on javax.mail and com.sun.mail. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| smtp-client-0.1.pom | |
| smtp-client-0.1.jar | 5 KB | 
| smtp-client-0.1-sources.jar | 3 KB | 
| smtp-client-0.1-javadoc.jar | 29 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.captainmaximo/smtp-client/ -->
<dependency>
    <groupId>com.github.captainmaximo</groupId>
    <artifactId>smtp-client</artifactId>
    <version>0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.captainmaximo/smtp-client/
implementation 'com.github.captainmaximo:smtp-client:0.1'// https://jarcasting.com/artifacts/com.github.captainmaximo/smtp-client/
implementation ("com.github.captainmaximo:smtp-client:0.1")'com.github.captainmaximo:smtp-client:jar:0.1'<dependency org="com.github.captainmaximo" name="smtp-client" rev="0.1">
  <artifact name="smtp-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.captainmaximo', module='smtp-client', version='0.1')
)libraryDependencies += "com.github.captainmaximo" % "smtp-client" % "0.1"[com.github.captainmaximo/smtp-client "0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| javax.mail : javax.mail-api | jar | 1.6.0 | 
| com.sun.mail : javax.mail | jar | 1.6.0 |