Download simplemagic-1.12.jar file - Jar s

Jar examples for s:simplemagic

Description

Simple Magic number package which allows content-type (mime-type) determination from files and byte arrays.

You can download jar file simplemagic 1.12 in this page.

License

ISC License

Build File

You can use the following script to add simplemagic-1.12.jar to your project.

<dependency>
   <groupId>com.j256.simplemagic</groupId>
   <artifactId>simplemagic</artifactId>
   <version>1.12</version>
</dependency>
compile group: 'com.j256.simplemagic', name: 'simplemagic', version: '1.12'
libraryDependencies += "com.j256.simplemagic" % "simplemagic" % "1.12"
<dependency org="com.j256.simplemagic" name="simplemagic" rev="1.12"/>
@Grapes(@Grab(group='com.j256.simplemagic', module='simplemagic', version='1.12'))
'com.j256.simplemagic:simplemagic:jar:1.12'

Download

Click the following link to download the jar file.

simplemagic-1.12-javadoc.jar
simplemagic-1.12-sources.jar
simplemagic-1.12.jar
simplemagic-1.12.pom



Related Tutorials