aehrc / pathling

Tools that make it easier to use FHIR® and clinical terminology within data analytics, built on Apache Spark.
https://pathling.csiro.au
Apache License 2.0
86 stars 13 forks source link

Maven dependency not work #2049

Open yehtunkhine opened 1 month ago

yehtunkhine commented 1 month ago

Describe the bug When i follow the pathling for maven from the home page, and copy the dependency to my pom file, i get this error.

au.csiro.pathling:pathling:jar:7.0.1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced

so my import statement for au.csiro.pathling doesnt work

To Reproduce create a maven project in eclipse -> add the pathling depenency mentioned above into your pom dependencies

Expected behavior dependency doesnt have error and import statement works

johngrimes commented 1 month ago

Hi @yehtunkhine,

I don't think that is the right dependency.

What does the dependency look like in your POM?

Here is what it should look like: https://pathling.csiro.au/docs/libraries/installation#java