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

org.jadice.filetype:analyzer 1.0.3

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

Группа

Группа

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

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

analyzer
Версия

Версия

1.0.3
Тип

Тип

jar

Скачать analyzer 1.0.3


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