MVN

org.apache.james : apache-mime4j-storage

Maven & Gradle

Dec 30, 2022
14 usages

Apache James :: Mime4j :: Storage · Java MIME Document Object Model Storage

<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>apache-mime4j-storage</artifactId>
    <version>0.8.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.james : apache-mime4j-storage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.9

All Versions

Choose a version of org.apache.james : apache-mime4j-storage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
apache-mime4j-storage-0.8.9
apache-mime4j-storage-0.8.8
apache-mime4j-storage-0.8.7
apache-mime4j-storage-0.8.6
apache-mime4j-storage-0.8.5
apache-mime4j-storage-0.8.4
apache-mime4j-storage-0.8.3
apache-mime4j-storage-0.8.2
apache-mime4j-storage-0.8.1
apache-mime4j-storage-0.8.0
0.7.x
apache-mime4j-storage-0.7.2
apache-mime4j-storage-0.7.1
0.7
apache-mime4j-storage-0.7

How to add a dependency to Maven

Add the following org.apache.james : apache-mime4j-storage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>apache-mime4j-storage</artifactId>
    <version>0.8.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.james : apache-mime4j-storage gradle dependency to your build.gradle file:

implementation 'org.apache.james:apache-mime4j-storage:0.8.9'

Gradle Kotlin DSL: Add the following org.apache.james : apache-mime4j-storage gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.james:apache-mime4j-storage:0.8.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.james : apache-mime4j-storage sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.james" % "apache-mime4j-storage" % "0.8.9"