MVN

org.dkpro.jwpl : dkpro-jwpl

Maven & Gradle

Nov 22, 2023
81 stars

JWPL · A free, Java-based application programming interface that allows to access all information contained in Wikipedia.

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

Latest Version

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

  • Latest Stable: 2.0.0

All Versions

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

Version Vulnerabilities Updated
2.0.x
dkpro-jwpl-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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