MVN

org.wikimedia.search : extra-common

Maven & Gradle

Jul 13, 2023
4 usages
<dependency>
    <groupId>org.wikimedia.search</groupId>
    <artifactId>extra-common</artifactId>
    <version>7.10.2-wmf9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.10.2-wmf9

All Versions

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

Version Vulnerabilities Updated
7.10.x
extra-common-7.10.2-wmf9
extra-common-7.10.2-wmf8
extra-common-7.10.2-wmf4
extra-common-7.10.2-wmf1
6.8.x
extra-common-6.8.23-wmf1
6.5.x
extra-common-6.5.4-wmf13
extra-common-6.5.4-wmf11
extra-common-6.5.4-wmf9
extra-common-6.5.4
6.3.x
extra-common-6.3.1.2
extra-common-6.3.1.1
extra-common-6.3.1
extra-common-6.3.0
5.6.x
extra-common-5.6.14
extra-common-5.6.13
5.5.x
extra-common-5.5.2.8
extra-common-5.5.2.7
extra-common-5.5.2.6
extra-common-5.5.2.5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wikimedia.search</groupId>
    <artifactId>extra-common</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-common gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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