arimus / jmimemagic

jMimeMagic is a Java library for determining the MIME type of files or streams.
http://sourceforge.net/projects/jmimemagic/
Apache License 2.0
205 stars 58 forks source link

Add JAR file #2

Open dinhani opened 12 years ago

dinhani commented 12 years ago

I used an older version from SourceForge and this lib appears great. I ask you to put the JAR file while the lib still in development.

arimus commented 12 years ago

Hi. I'm not sure I understand. Are you asking me to post a new version of the lib...or?

0.1.2 is really the most recent version of the library, so you should be able to find it either on SourceForge or the maven central repository.

dinhani commented 12 years ago

I was asking for the JMimeMagic JAR file ready for use. In SourceForge, the last version is 0.1.0 and as I see, the current version is 0.1.2. I found now the JAR in Maven Repository (I did not know it).

I was asking for a JAR here in GitHub. Something like: "--> Click HERE to download the last JAR version" or something like.

And please, continue the work in this library for MIME detection. There aren't many good and small solutions specific for this.

arimus commented 12 years ago

Yeah, I have only pushed that version up to the maven repo. Use maven/ivy! :)

Glad it's helping you out.