Skip to content

Latest commit

 

History

History
 
 

java-maven

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Maven Java application

This project demonstrates the usage of Bazel to retrieve dependencies from Maven repositories.

To build this example, you will need to install Bazel.

The Java application makes use of a library in Guava, which is downloaded from a remote repository using Maven.

This application demonstrates the usage of rules_jvm_external to configure dependencies. The dependencies are configured in the WORKSPACE file.

Build the application by running:

$ bazel build :java-maven

Test the application by running:

$ bazel test :tests