life is too short for a diary



Posts Tagged: maven

Publish your Java Library to Maven Local Using Gradle

You can publish your Java libraries to the Maven Local repository, enabling developers to easily test and share their work within their local environment. Maven Local is a local repository on your machine that cache downloaded dependencies and stores your own project's artifacts (e.g. JAR files). This allows for faster builds and provide an easy way to share artifact across different projects without the need to publish them to a remote repository...

Continue reading → maven gradle