MVN

org.apache.jackrabbit : oak-search-elastic

Maven & Gradle

Jul 13, 2023
1 usages
26 stars

Oak Elasticsearch · Oak Elasticsearch integration subproject

<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>oak-search-elastic</artifactId>
    <version>1.22.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jackrabbit : oak-search-elastic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.22.16

All Versions

Choose a version of org.apache.jackrabbit : oak-search-elastic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.52.x
oak-search-elastic-1.52.0
1.50.x
oak-search-elastic-1.50.0
1.48.x
oak-search-elastic-1.48.0
1.46.x
oak-search-elastic-1.46.0
1.44.x
oak-search-elastic-1.44.0
1.42.x
oak-search-elastic-1.42.0
1.40.x
oak-search-elastic-1.40.0
1.38.x
oak-search-elastic-1.38.0
1.36
oak-search-elastic-1.36
1.34.x
oak-search-elastic-1.34.0
1.32.x
oak-search-elastic-1.32.0
1.30.x
oak-search-elastic-1.30.0
1.26.x
oak-search-elastic-1.26.0
1.24.x
oak-search-elastic-1.24.0
1.22.x
oak-search-elastic-1.22.16
oak-search-elastic-1.22.15
oak-search-elastic-1.22.14
oak-search-elastic-1.22.13
oak-search-elastic-1.22.12
oak-search-elastic-1.22.11
oak-search-elastic-1.22.10
oak-search-elastic-1.22.9
oak-search-elastic-1.22.8
oak-search-elastic-1.22.7
oak-search-elastic-1.22.6
oak-search-elastic-1.22.5
oak-search-elastic-1.22.4
oak-search-elastic-1.22.3
oak-search-elastic-1.22.2
oak-search-elastic-1.22.1
oak-search-elastic-1.22.0
1.20.x
oak-search-elastic-1.20.0
1.18.x
oak-search-elastic-1.18.0
1.16.x
oak-search-elastic-1.16.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>oak-search-elastic</artifactId>
    <version>1.22.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.jackrabbit : oak-search-elastic gradle dependency to your build.gradle file:

implementation 'org.apache.jackrabbit:oak-search-elastic:1.22.16'

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

implementation("org.apache.jackrabbit:oak-search-elastic:1.22.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.jackrabbit : oak-search-elastic sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.jackrabbit" % "oak-search-elastic" % "1.22.16"