MVN

org.wikimedia.search : extra-analysis-textify

Maven & Gradle

Dec 12, 2023

Misc text mungers

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

Latest Version

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

  • Latest Stable: 7.10.2-wmf10

All Versions

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

Version Vulnerabilities Updated
7.10.x
extra-analysis-textify-7.10.2-wmf10

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wikimedia.search</groupId>
    <artifactId>extra-analysis-textify</artifactId>
    <version>7.10.2-wmf10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.wikimedia.search:extra-analysis-textify:7.10.2-wmf10'

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

implementation("org.wikimedia.search:extra-analysis-textify:7.10.2-wmf10")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.wikimedia.search" % "extra-analysis-textify" % "7.10.2-wmf10"