Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 607 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 607 Bytes

jHam, Java Ham Radio Library

Build Status

Collection of utilities related to amateur radio.

Using with Maven

<dependency>
   <groupId>org.smerty</groupId>
   <artifactId>jham</artifactId>
   <version>1.0</version>
</dependency>

Automated Build Process

This project uses GitHub Actions for continuous integration. The build process is triggered on push and pull request events for the main branch. The workflow file is located at .github/workflows/maven.yml.