MVN

org.dkpro.jwpl : dkpro-jwpl-parser

Maven & Gradle

Nov 22, 2023

MediaWiki Parser · A modular parser for MediaWiki markup. As of June 2012, the parser module is no longer maintained. Please use the SWEBLE parser (http://sweble.org/) for parsing MediaWiki markup. See the JWPL Google Code project page for further information.

<dependency>
    <groupId>org.dkpro.jwpl</groupId>
    <artifactId>dkpro-jwpl-parser</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dkpro.jwpl : dkpro-jwpl-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.dkpro.jwpl : dkpro-jwpl-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
dkpro-jwpl-parser-2.0.0

How to add a dependency to Maven

Add the following org.dkpro.jwpl : dkpro-jwpl-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dkpro.jwpl</groupId>
    <artifactId>dkpro-jwpl-parser</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dkpro.jwpl : dkpro-jwpl-parser gradle dependency to your build.gradle file:

implementation 'org.dkpro.jwpl:dkpro-jwpl-parser:2.0.0'

Gradle Kotlin DSL: Add the following org.dkpro.jwpl : dkpro-jwpl-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dkpro.jwpl:dkpro-jwpl-parser:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dkpro.jwpl : dkpro-jwpl-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dkpro.jwpl" % "dkpro-jwpl-parser" % "2.0.0"