MVN

org.apache.jackrabbit : jackrabbit-index-filters

Maven & Gradle

Mar 11, 2007

Jackrabbit Index Filters · Classes to extract text content from binary documents

<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>jackrabbit-index-filters</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jackrabbit : jackrabbit-index-filters to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of org.apache.jackrabbit : jackrabbit-index-filters to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jackrabbit-index-filters-1.2.3
jackrabbit-index-filters-1.2.2
jackrabbit-index-filters-1.2.1
1.1.x
jackrabbit-index-filters-1.1.1
1.1
jackrabbit-index-filters-1.1
1.0.x
jackrabbit-index-filters-1.0.1
1.0
jackrabbit-index-filters-1.0

How to add a dependency to Maven

Add the following org.apache.jackrabbit : jackrabbit-index-filters maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>jackrabbit-index-filters</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.jackrabbit : jackrabbit-index-filters gradle dependency to your build.gradle file:

implementation 'org.apache.jackrabbit:jackrabbit-index-filters:1.2.3'

Gradle Kotlin DSL: Add the following org.apache.jackrabbit : jackrabbit-index-filters gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.jackrabbit:jackrabbit-index-filters:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.jackrabbit : jackrabbit-index-filters sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.jackrabbit" % "jackrabbit-index-filters" % "1.2.3"

Advertisement