MVN

org.wikimedia.search : extra

Maven & Gradle

Jul 13, 2023

Extra queries and filters for Elasticsearch.

<dependency>
    <groupId>org.wikimedia.search</groupId>
    <artifactId>extra</artifactId>
    <version>7.10.2-wmf9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wikimedia.search : extra to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.10.2-wmf9

All Versions

Choose a version of org.wikimedia.search : extra to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.10.x
extra-7.10.2-wmf9
extra-7.10.2-wmf8
extra-7.10.2-wmf4
extra-7.10.2-wmf1
6.8.x
extra-6.8.23-wmf1
6.5.x
extra-6.5.4-wmf13
extra-6.5.4-wmf11
extra-6.5.4-wmf9
extra-6.5.4
6.3.x
extra-6.3.1.2
extra-6.3.1.1
extra-6.3.1
extra-6.3.0
5.6.x
extra-5.6.14
extra-5.6.13
5.5.x
extra-5.5.2.8
extra-5.5.2.7
extra-5.5.2.6
extra-5.5.2.5
extra-5.5.2.4
extra-5.5.2.3
extra-5.5.2.2
extra-5.5.2.1
extra-5.5.2
5.3.x
extra-5.3.2
5.2.x
extra-5.2.2
extra-5.2.1
extra-5.2.0
5.1.x
extra-5.1.2
2.4.x
extra-2.4.1
extra-2.4.0
2.3.x
extra-2.3.5
extra-2.3.4
extra-2.3.3
1.7.x
extra-1.7.1
extra-1.7.0
1.6.x
extra-1.6.0
1.5.x
extra-1.5.0
1.4.x
extra-1.4.1
extra-1.4.0
1.3.x
extra-1.3.1
extra-1.3.0
0.0.x
extra-0.0.2
extra-0.0.1

How to add a dependency to Maven

Add the following org.wikimedia.search : extra maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wikimedia.search</groupId>
    <artifactId>extra</artifactId>
    <version>7.10.2-wmf9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wikimedia.search : extra gradle dependency to your build.gradle file:

implementation 'org.wikimedia.search:extra:7.10.2-wmf9'

Gradle Kotlin DSL: Add the following org.wikimedia.search : extra gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wikimedia.search:extra:7.10.2-wmf9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wikimedia.search : extra sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wikimedia.search" % "extra" % "7.10.2-wmf9"