MVN

mstor : mstor

Maven & Gradle

Aug 26, 2006

mstor · mstor is a local store provider for JavaMail. Based on the mbox format, mstor facilitates the storage and retrieval of email messages in the local filesystem. In addition, mstor supports additional metadata not inherently supported by the mbox format, and is designed to handle large mailboxes without a significant degradation in performance.

<dependency>
    <groupId>mstor</groupId>
    <artifactId>mstor</artifactId>
    <version>0.9.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of mstor : mstor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.9

All Versions

Choose a version of mstor : mstor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
mstor-0.9.9
mstor-0.9.8
mstor-0.9.7
mstor-0.9.6
mstor-0.9.5
mstor-0.9.3
mstor-0.9.1

How to add a dependency to Maven

Add the following mstor : mstor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>mstor</groupId>
    <artifactId>mstor</artifactId>
    <version>0.9.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following mstor : mstor gradle dependency to your build.gradle file:

implementation 'mstor:mstor:0.9.9'

Gradle Kotlin DSL: Add the following mstor : mstor gradle kotlin dependency to your build.gradle.kts file:

implementation("mstor:mstor:0.9.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following mstor : mstor sbt scala dependency to your build.sbt file:

libraryDependencies += "mstor" % "mstor" % "0.9.9"