| License |
License |
|---|---|
| GroupId | GroupIdorg.jadice.filetype |
| ArtifactId | ArtifactIdanalyzer |
| Version | Version1.9.2 |
| 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.9.2.pom | |
| analyzer-1.9.2.jar | 180 KB |
| analyzer-1.9.2-sources.jar | 112 KB |
| analyzer-1.9.2-javadoc.jar | 701 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jadice.filetype/analyzer/ -->
<dependency>
<groupId>org.jadice.filetype</groupId>
<artifactId>analyzer</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jadice.filetype/analyzer/
implementation 'org.jadice.filetype:analyzer:1.9.2'
// https://jarcasting.com/artifacts/org.jadice.filetype/analyzer/
implementation ("org.jadice.filetype:analyzer:1.9.2")
'org.jadice.filetype:analyzer:jar:1.9.2'
<dependency org="org.jadice.filetype" name="analyzer" rev="1.9.2">
<artifact name="analyzer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jadice.filetype', module='analyzer', version='1.9.2')
)
libraryDependencies += "org.jadice.filetype" % "analyzer" % "1.9.2"
[org.jadice.filetype/analyzer "1.9.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| org.apache.poi : poi | jar | 5.2.2 |
| commons-io : commons-io | jar | 2.11.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 |
| net.lingala.zip4j : zip4j | jar | 2.10.0 |
| com.github.joniles : rtfparserkit | jar | 1.16.0 |
| org.apache.pdfbox : pdfbox | jar | 2.0.26 |
| org.apache.tika : tika-parsers | jar | 1.28.2 |
| javax.xml.bind : jaxb-api | jar | 2.3.1 |
| org.glassfish.jaxb : jaxb-runtime | jar | 2.3.6 |
| 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 |