https://github.com/kermitt2/grobid
Raw File
Tip revision: f5807185c02032beb66e2e38057dd323561e49ea authored by Vyacheslav Zholudev on 09 November 2017, 12:26:35 UTC
[Gradle Release Plugin] - pre tag commit: '0.5.0'.
Tip revision: f580718
settings.gradle
rootProject.name = "grobid"
include 'grobid-core'
include 'grobid-service'
include 'grobid-home'
include 'grobid-trainer'

back to top