License |
License |
---|---|
GroupId | GroupIdcom.sta-soft |
ArtifactId | ArtifactIdmmail |
Last Version | Last Version1.42 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMMail
Mail helper project for command line and other projects.
|
Project Organization |
Project Organization>StA-Soft< |
Filename | Size |
---|---|
mmail-1.42.pom | |
mmail-1.42.jar | 41 KB |
mmail-1.42-tests.jar | 2 KB |
mmail-1.42-sources.jar | 32 KB |
mmail-1.42-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sta-soft/mmail/ -->
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>mmail</artifactId>
<version>1.42</version>
</dependency>
// https://jarcasting.com/artifacts/com.sta-soft/mmail/
implementation 'com.sta-soft:mmail:1.42'
// https://jarcasting.com/artifacts/com.sta-soft/mmail/
implementation ("com.sta-soft:mmail:1.42")
'com.sta-soft:mmail:jar:1.42'
<dependency org="com.sta-soft" name="mmail" rev="1.42">
<artifact name="mmail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sta-soft', module='mmail', version='1.42')
)
libraryDependencies += "com.sta-soft" % "mmail" % "1.42"
[com.sta-soft/mmail "1.42"]
Group / Artifact | Type | Version |
---|---|---|
com.sta-soft : mlogger | jar | 1.40 |
com.sun.mail : javax.mail | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |