Download jmimemagic-0.1.2.jar file - Jar j

Jar examples for j:jmimemagic

Description

jMimeMagic is a Java library for determining the content type of files or streams.

You can download jar file jmimemagic 0.1.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jmimemagic-0.1.2.jar to your project.

<dependency>
   <groupId>jmimemagic</groupId>
   <artifactId>jmimemagic</artifactId>
   <version>0.1.2</version>
</dependency>
compile group: 'jmimemagic', name: 'jmimemagic', version: '0.1.2'
libraryDependencies += "jmimemagic" % "jmimemagic" % "0.1.2"
<dependency org="jmimemagic" name="jmimemagic" rev="0.1.2"/>
@Grapes(@Grab(group='jmimemagic', module='jmimemagic', version='0.1.2'))
'jmimemagic:jmimemagic:jar:0.1.2'

Download

Click the following link to download the jar file.

jmimemagic-0.1.2-sources.jar
jmimemagic-0.1.2.jar
jmimemagic-0.1.2.pom



Related Tutorials