This project contains tools and utilities that are useful to use with simulation models.
More Specifically, these utilities are used within GCM and thus this project is required to be cloned and built in order to use GCM.
As of v4.1.1, this project is in Maven Central.
Distributed under the GPLv3 License. See LICENSE for more information.
Please read the HHS vulnerability discloure.
To use this project in your project, simply add the following dependency to your dependencies
section of your pom.xml file.
<dependency>
<groupId>gov.hhs.aspr.ms</groupId>
<artifactId>util</artifactId>
<version>4.2.0</version>
</dependency>
- Maven 3.8.6
- Java 17
- Your favorite IDE for use with Java Projects
To build this project:
- Clone the repo
- open a command line terminal
- navigate to the root folder of this project
- run the command:
mvn clean install