databricks / spark-corenlp

Stanford CoreNLP wrapper for Apache Spark
GNU General Public License v3.0
422 stars 120 forks source link

Bintray shutting down #47

Open nvander1 opened 3 years ago

nvander1 commented 3 years ago

Where are the releases published to? Are they on bintray, and if so what is the plan for the sunset on May 1st?

See: https://github.com/graphframes/graphframes/issues/384 https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

@mengxr @slothspot @geoHeil @auroredea

tonyfraser commented 3 years ago

Hey all, if you're here you're probably looking to find this package because Bintray shut down. Add this resolver to your build.sbt and you should be able to find it.

resolvers in ThisBuild ++= Seq( "SparkPackages" at "https://repos.spark-packages.org", )