| License |
License |
|---|---|
| GroupId | GroupIdorg.jadice.filetype |
| ArtifactId | ArtifactIdanalyzer |
| Version | Version1.4.0 |
| Type | Typejar |
| Description |
Descriptionjadice filetype analyzer
A library to identify file formats and to extract meta-data from those files
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationlevigo solutions GmbH |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| analyzer-1.4.0.pom | |
| analyzer-1.4.0.jar | 180 KB |
| analyzer-1.4.0-sources.jar | 112 KB |
| analyzer-1.4.0-javadoc.jar | 701 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jadice.filetype/analyzer/ -->
<dependency>
<groupId>org.jadice.filetype</groupId>
<artifactId>analyzer</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jadice.filetype/analyzer/
implementation 'org.jadice.filetype:analyzer:1.4.0'
// https://jarcasting.com/artifacts/org.jadice.filetype/analyzer/
implementation ("org.jadice.filetype:analyzer:1.4.0")
'org.jadice.filetype:analyzer:jar:1.4.0'
<dependency org="org.jadice.filetype" name="analyzer" rev="1.4.0">
<artifact name="analyzer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jadice.filetype', module='analyzer', version='1.4.0')
)
libraryDependencies += "org.jadice.filetype" % "analyzer" % "1.4.0"
[org.jadice.filetype/analyzer "1.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.poi : poi | jar | 5.0.0 |
| commons-io : commons-io | jar | 2.8.0 |
| de.schlichtherle.truezip : truezip-file | jar | 7.7.10 |
| de.schlichtherle.truezip : truezip-kernel | jar | 7.7.10 |
| de.schlichtherle.truezip : truezip-driver-zip | jar | 7.7.10 |
| com.github.joniles : rtfparserkit | jar | 1.16.0 |
| org.apache.pdfbox : pdfbox | jar | 2.0.22 |
| org.apache.tika : tika-parsers | jar | 1.25 |
| javax.xml.bind : jaxb-api | jar | 2.3.1 |
| org.glassfish.jaxb : jaxb-runtime | jar | 2.3.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest | jar | 2.2 |
| org.hamcrest : hamcrest-library | jar | 2.2 |
| junit : junit | jar | 4.13.2 |
| org.jmock : jmock-junit4 | jar | 2.12.0 |