PMO-IT / medical-reminder

A Java based text-to-speech reminder to take your medicine.
Apache License 2.0
4 stars 0 forks source link

Which maven repo is needed to properly fetch marytts-JARs #1

Open ottlinger opened 3 years ago

ottlinger commented 3 years ago

Thanks for your article in JavaMagazin - which Maven repository do I need to configure in order to properly fetch the DFKI artefacts:

The following artifacts could not be resolved: de.dfki.mary:marytts-runtime:jar:5.2, de.dfki.mary:marytts-common:jar:5.2, de.dfki.mary:marytts-signalproc:jar:5.2, de.dfki.mary:voice-bits1-hsmm:jar:5.2, de.dfki.mary:voice-bits3-hsmm:jar:5.2: Could not find artifact de.dfki.mary:marytts-runtime:jar:5.2 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR]

I just cloned the repo and ran mvn install

Thanks

PMO-IT commented 2 years ago

Hi, you need the https://jcenter.bintray.com repo.

JCenter https://jcenter.bintray.com

should work. Mary moved a while back.