MVN

net.sf.mime-util : mime-util

Maven & Gradle

Feb 12, 2009
11 usages

Mime Detection Utility · mime-util is a simple to use, small, light weight and fast open source java utility library that can detect the mime types of files and streams. Due to the use of regular expressions and the java.nio packages it requires at least Java 1.4. mime-util uses file extension mappings and the magic.mime rules files located on your system as used by the Unix file(1) command. For OS's that do not support the Unix file(1) command, such as Windows, the library comes pre-packaged with a generic magic.mime file.

<dependency>
    <groupId>net.sf.mime-util</groupId>
    <artifactId>mime-util</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.mime-util : mime-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of net.sf.mime-util : mime-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
mime-util-1.2

How to add a dependency to Maven

Add the following net.sf.mime-util : mime-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.mime-util</groupId>
    <artifactId>mime-util</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.mime-util : mime-util gradle dependency to your build.gradle file:

implementation 'net.sf.mime-util:mime-util:1.2'

Gradle Kotlin DSL: Add the following net.sf.mime-util : mime-util gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.mime-util:mime-util:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.mime-util : mime-util sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.mime-util" % "mime-util" % "1.2"

Advertisement

Dependencies from Group

Feb 12, 2009
11 usages

Discover Dependencies

Jul 04, 2019
17 usages
556 stars
Dec 16, 2014
4 usages
30 stars
May 02, 2016
8 usages
May 18, 2019
12 usages
125 stars
Nov 24, 2015
2 usages
4 stars
Aug 22, 2023
21 usages
1k stars
May 26, 2019
4 usages
367 stars
Nov 18, 2016
4 usages