is not current version
Last Version 1.9.2

org.jadice.filetype:analyzer 1.9.0

A library to identify file formats and to extract meta-data from those files

GroupId

GroupId

org.jadice.filetype
ArtifactId

ArtifactId

analyzer
Version

Version

1.9.0
Type

Type

jar

Download analyzer 1.9.0


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