is not current version
Last Version 1.9.2

org.jadice.filetype:analyzer 0.0.1

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

GroupId

GroupId

org.jadice.filetype
ArtifactId

ArtifactId

analyzer
Version

Version

0.0.1
Type

Type

jar

Download analyzer 0.0.1


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