Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 2.18 KB

README.md

File metadata and controls

51 lines (43 loc) · 2.18 KB

GPL LICENSE GitHub tag (with filter) GitHub contributors GitHub Workflow Status (with event) GitHub Workflow Status (with event)

Modeling Utilities

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.

License

Distributed under the GPLv3 License. See LICENSE for more information.

Please read the HHS vulnerability discloure.

Usage

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>

Building from Source

Requirements

  • Maven 3.8.6
  • Java 17
  • Your favorite IDE for use with Java Projects

Building

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