Last Version

Mime Detection Utility 1.2

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.

License

License

The Apache Software License, Version 2.0
Categories

Categories

Net
GroupId

GroupId

net.sf.mime-util
ArtifactId

ArtifactId

mime-util
Version

Version

1.2
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://sourceforge.net/projects/mime-util/
Project Organization

Project Organization

Medsea Business Solutions S.L.

Download mime-util 1.2


<!-- https://jarcasting.com/artifacts/net.sf.mime-util/mime-util/ -->
<dependency>
    <groupId>net.sf.mime-util</groupId>
    <artifactId>mime-util</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.mime-util/mime-util/
implementation 'net.sf.mime-util:mime-util:1.2'
// https://jarcasting.com/artifacts/net.sf.mime-util/mime-util/
implementation ("net.sf.mime-util:mime-util:1.2")
'net.sf.mime-util:mime-util:jar:1.2'
<dependency org="net.sf.mime-util" name="mime-util" rev="1.2">
  <artifact name="mime-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.mime-util', module='mime-util', version='1.2')
)
libraryDependencies += "net.sf.mime-util" % "mime-util" % "1.2"
[net.sf.mime-util/mime-util "1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.1.1

runtime (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.14

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.