не последняя версия
Последняя версия 1.9.2

org.jadice.filetype:analyzer 1.1.0

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

Группа

Группа

org.jadice.filetype
Идентификатор

Идентификатор

analyzer
Версия

Версия

1.1.0
Тип

Тип

jar

Скачать analyzer 1.1.0


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