MVN

org.ow2.weblab.service : tika-normaliser

Maven & Gradle

Apr 28, 2011

Normaliser using Tika · A various documents normaliser using Tika.

<dependency>
    <groupId>org.ow2.weblab.service</groupId>
    <artifactId>tika-normaliser</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.weblab.service : tika-normaliser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of org.ow2.weblab.service : tika-normaliser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
tika-normaliser-1.7
1.6
tika-normaliser-1.6
1.5
tika-normaliser-1.5
1.4
tika-normaliser-1.4
1.3
tika-normaliser-1.3
1.2
tika-normaliser-1.2

How to add a dependency to Maven

Add the following org.ow2.weblab.service : tika-normaliser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.weblab.service</groupId>
    <artifactId>tika-normaliser</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.weblab.service : tika-normaliser gradle dependency to your build.gradle file:

implementation 'org.ow2.weblab.service:tika-normaliser:1.7'

Gradle Kotlin DSL: Add the following org.ow2.weblab.service : tika-normaliser gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.weblab.service:tika-normaliser:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.weblab.service : tika-normaliser sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.weblab.service" % "tika-normaliser" % "1.7"