Download mime-util-2.1.3.jar file - Jar m

Jar examples for m:mime-util

Description

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.

You can download jar file mime-util 2.1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mime-util-2.1.3.jar to your project.

<dependency>
   <groupId>eu.medsea.mimeutil</groupId>
   <artifactId>mime-util</artifactId>
   <version>2.1.3</version>
</dependency>
compile group: 'eu.medsea.mimeutil', name: 'mime-util', version: '2.1.3'
libraryDependencies += "eu.medsea.mimeutil" % "mime-util" % "2.1.3"
<dependency org="eu.medsea.mimeutil" name="mime-util" rev="2.1.3"/>
@Grapes(@Grab(group='eu.medsea.mimeutil', module='mime-util', version='2.1.3'))
'eu.medsea.mimeutil:mime-util:jar:2.1.3'

Download

Click the following link to download the jar file.

mime-util-2.1.3.jar
mime-util-2.1.3.pom



Related Tutorials