License |
License |
---|---|
GroupId | GroupIdcom.j256.simplemagic |
ArtifactId | ArtifactIdsimplemagic |
Last Version | Last Version1.17 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Magic
Simple Magic number package which allows content-type (mime-type) determination from files
and byte arrays.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simplemagic-1.17.pom | |
simplemagic-1.17.jar | 204 KB |
simplemagic-1.17-tests.jar | 997 KB |
simplemagic-1.17-test-sources.jar | 982 KB |
simplemagic-1.17-sources.jar | 140 KB |
simplemagic-1.17-javadoc.jar | 371 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.j256.simplemagic/simplemagic/ -->
<dependency>
<groupId>com.j256.simplemagic</groupId>
<artifactId>simplemagic</artifactId>
<version>1.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256.simplemagic/simplemagic/
implementation 'com.j256.simplemagic:simplemagic:1.17'
// https://jarcasting.com/artifacts/com.j256.simplemagic/simplemagic/
implementation ("com.j256.simplemagic:simplemagic:1.17")
'com.j256.simplemagic:simplemagic:jar:1.17'
<dependency org="com.j256.simplemagic" name="simplemagic" rev="1.17">
<artifact name="simplemagic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256.simplemagic', module='simplemagic', version='1.17')
)
libraryDependencies += "com.j256.simplemagic" % "simplemagic" % "1.17"
[com.j256.simplemagic/simplemagic "1.17"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j Optional | jar | 1.2.17 |
org.apache.logging.log4j : log4j-api Optional | jar | 2.17.0 |
org.slf4j : slf4j-api Optional | jar | 1.7.2 |
commons-logging : commons-logging Optional | jar | 1.1.1 |
ch.qos.logback : logback-classic Optional | jar | 1.0.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.easymock : easymock | jar | 3.4 |