MVN

org.grobid : grobid-parent

Maven & Gradle

Aug 06, 2015
1.6k stars

GROBID is a machine learning library for extracting, parsing and re-structuring raw documents such as PDF into structured TEI-encoded documents with a particular focus on technical and scientific publications.

<dependency>
    <groupId>org.grobid</groupId>
    <artifactId>grobid-parent</artifactId>
    <version>0.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.grobid : grobid-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.3.4

All Versions

Choose a version of org.grobid : grobid-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
grobid-parent-0.3.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.grobid</groupId>
    <artifactId>grobid-parent</artifactId>
    <version>0.3.4</version>
</dependency>