https://github.com/kermitt2/grobid
Raw File
Tip revision: fbb78c97cb84b7ff529c65f0a4157d8fc5ea6735 authored by lopez on 19 April 2022, 17:57:17 UTC
add different repo url for snapshots/releases
Tip revision: fbb78c9
settings.gradle
rootProject.name = "grobid"
include 'grobid-core'
include 'grobid-service'
include 'grobid-home'
include 'grobid-trainer'

back to top