A simple command line tool to manage Maven dependencies for Java projects that are not using build systems like Maven or Gradle.
It takes inspiration from Node's npm but is more focused on managing dependencies and is not a build tool. Keep using Maven and Gradle for that. This tool is ideal for those who want to compile and run Java code directly without making their lives difficult the moment they want to start using dependencies.
For now the simplest way to install jpm
is to use JBang:
jbang app install jpm@codejive
See:
jpm --help
To build the project simply run:
./mvnw spotless:apply clean install