MVN

org.jadice.filetype : analyzer

Maven & Gradle

May 05, 2023
3 stars

jadice filetype analyzer · A library to identify file formats and to extract meta-data from those files

<dependency>
    <groupId>org.jadice.filetype</groupId>
    <artifactId>analyzer</artifactId>
    <version>1.14.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jadice.filetype : analyzer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.4

All Versions

Choose a version of org.jadice.filetype : analyzer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
analyzer-1.14.4
analyzer-1.14.3
analyzer-1.14.2
analyzer-1.14.1
analyzer-1.14.0
1.13.x
analyzer-1.13.0
1.12.x
analyzer-1.12.2
analyzer-1.12.1
analyzer-1.12.0
1.11.x
analyzer-1.11.0
1.10.x
analyzer-1.10.0
1.9.x
analyzer-1.9.3
analyzer-1.9.2
analyzer-1.9.1
analyzer-1.9.0
1.8.x
analyzer-1.8.1
analyzer-1.8.0
1.7.x
analyzer-1.7.0
1.4.x
analyzer-1.4.0
1.3.x
analyzer-1.3.0
1.2.x
analyzer-1.2.2
analyzer-1.2.0
1.1.x
analyzer-1.1.0
1.0.x
analyzer-1.0.4
analyzer-1.0.3
analyzer-1.0.1
analyzer-1.0.0
0.0.x
analyzer-0.0.1

How to add a dependency to Maven

Add the following org.jadice.filetype : analyzer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jadice.filetype</groupId>
    <artifactId>analyzer</artifactId>
    <version>1.14.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jadice.filetype : analyzer gradle dependency to your build.gradle file:

implementation 'org.jadice.filetype:analyzer:1.14.4'

Gradle Kotlin DSL: Add the following org.jadice.filetype : analyzer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jadice.filetype:analyzer:1.14.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jadice.filetype : analyzer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jadice.filetype" % "analyzer" % "1.14.4"