MVN

org.ow2.weblab.webservices : tika-normaliser

Maven & Gradle

Jun 26, 2012

Normaliser using Tika · This service is an integration of Apache Tika project. It enables to extract metadata and text content of many kinds of files format. The WebLab document in input is enriched with RDF properties for the metadata and Text unit(s) for the content. The service can be configured through the Spring bean of CXF to handle various kind of features (identifying language or not, provide a normalised XHTML output of the document...).

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

Latest Version

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

  • Latest Stable: 1.8.2
  • Latest Release Candidate: 1.8-RC1

All Versions

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

Version Vulnerabilities Updated
1.8.x
tika-normaliser-1.8.2
tika-normaliser-1.8.1
1.8
tika-normaliser-1.8
tika-normaliser-1.8-RC1
1.7.x
tika-normaliser-1.7.2-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ow2.weblab.webservices</groupId>
    <artifactId>tika-normaliser</artifactId>
    <version>1.8.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.ow2.weblab.webservices:tika-normaliser:1.8.2'

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

implementation("org.ow2.weblab.webservices:tika-normaliser:1.8.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.ow2.weblab.webservices" % "tika-normaliser" % "1.8.2"