# Build This document describes how to build the application and standalone library. ## Requirements Building the software requires the following third-party programs: * [git 2.44.0](https://git-scm.com) * [OpenJDK 21](https://bell-sw.com/pages/downloads) * [Gradle 8.7](https://gradle.org) ## Application Build the application as follows: git clone https://gitlab.com/DaveJarvis/KeenQuotes.git cd keenquotes gradle clean build Find the application at: build/lib/keenquotes.jar ## Library To build a library for use with other software applications, run: gradle clean lib Find the library at: build/lib/keenquotes.jar