I'm in Java team where multiple repos need to access a shared set of CI/CD-related bash script files. In a Node team, I would publish a private NPM package exposing these scripts through the bin entry of package.json, which other projects could then use after doing npm install.
I'm not sure if there's a good idea to introduce NPM to this project, so I need help to understand what the best approach would be in a more Java-oriented context.