Skip to content

HHS/ASPR-ms-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.1.2</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

About

ASPR Modeling - collection of utility classes useful both in and out gcm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages