Skip to content

A simple command line tool, taking inspiration from Node's npm, to manage Maven dependencies for Java projects that are not using build systems like Maven or Gradle.

License

Notifications You must be signed in to change notification settings

codejive/java-jpm

Repository files navigation

jpm - Java Package Manager

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.

Installation

JBang

For now the simplest way to install jpm is to use JBang:

jbang app install jpm@codejive

Usage

See:

jpm --help

Development

To build the project simply run:

./mvnw spotless:apply clean install

About

A simple command line tool, taking inspiration from Node's npm, to manage Maven dependencies for Java projects that are not using build systems like Maven or Gradle.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages