Dependency management for java actions

0
What is the best way to manage dependencies when developing java actions? I have seen an implementation with Ivy in the slackConnector, GitHub SlackConnector.
asked
1 answers
0

That's personal preference I guess.... It never hurts to keep it consistent, so people don't end up with multiple ways of managing dependencies, so I would recommend using Ivy.

answered