is not current version
Last Version 0.1.2

jmimemagic:jmimemagic 0.1.1

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

GroupId

GroupId

jmimemagic
ArtifactId

ArtifactId

jmimemagic
Version

Version

0.1.1
Type

Type

jar

Download jmimemagic 0.1.1


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