| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.jmimemagic |
| ArtifactId | ArtifactIdjmimemagic |
| Last Version | Last Version0.1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionjMimeMagic
jMimeMagic is a Java library for determining the content type of files or streams.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jmimemagic-0.1.5.pom | |
| jmimemagic-0.1.5.jar | 38 KB |
| jmimemagic-0.1.5-sources.jar | 32 KB |
| jmimemagic-0.1.5-javadoc.jar | 93 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jmimemagic/jmimemagic/ -->
<dependency>
<groupId>net.sf.jmimemagic</groupId>
<artifactId>jmimemagic</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jmimemagic/jmimemagic/
implementation 'net.sf.jmimemagic:jmimemagic:0.1.5'
// https://jarcasting.com/artifacts/net.sf.jmimemagic/jmimemagic/
implementation ("net.sf.jmimemagic:jmimemagic:0.1.5")
'net.sf.jmimemagic:jmimemagic:jar:0.1.5'
<dependency org="net.sf.jmimemagic" name="jmimemagic" rev="0.1.5">
<artifact name="jmimemagic" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jmimemagic', module='jmimemagic', version='0.1.5')
)
libraryDependencies += "net.sf.jmimemagic" % "jmimemagic" % "0.1.5"
[net.sf.jmimemagic/jmimemagic "0.1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.0.4 |
| commons-io : commons-io | jar | 2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |