MVN

com.sta-soft : mmail

Maven & Gradle

Apr 14, 2021

MMail · Mail helper project for command line and other projects.

<dependency>
    <groupId>com.sta-soft</groupId>
    <artifactId>mmail</artifactId>
    <version>1.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sta-soft : mmail to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.42

All Versions

Choose a version of com.sta-soft : mmail to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.42
mmail-1.42
1.41
mmail-1.41
1.40
mmail-1.40
1.39
mmail-1.39
1.38
mmail-1.38
1.37
mmail-1.37
1.36
mmail-1.36
1.35
mmail-1.35

How to add a dependency to Maven

Add the following com.sta-soft : mmail maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sta-soft</groupId>
    <artifactId>mmail</artifactId>
    <version>1.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sta-soft : mmail gradle dependency to your build.gradle file:

implementation 'com.sta-soft:mmail:1.42'

Gradle Kotlin DSL: Add the following com.sta-soft : mmail gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sta-soft:mmail:1.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sta-soft : mmail sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sta-soft" % "mmail" % "1.42"

Advertisement