Skip to content

Smerty/jham

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.