tools-deps

2025-03-10T13:38:17.922439Z

How would you refer to the artifact linked below in a deps.edn ? (note the dependency type=“pom”). Are the non-default varieties of dependency types documented somewhere? I think I’ve seen somewhere that you can append $classifier to the artifact id but that doesn’t seem to match this situation. https://mvnrepository.com/artifact/org.tribuo/tribuo/4.3.1

Alex Miller (Clojure team) 2025-03-10T13:46:42.872309Z

poms are not currently supported in deps, but you can depend on the deps in that pom instead

1
2025-03-11T14:16:50.074389Z

Maybe this table helps you top find the needed tribuo dependencies: https://github.com/oracle/tribuo/blob/main/docs/PackageOverview.md