Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 990 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 990 Bytes

ESS-MEDUSA

Maven Central javadoc Apache License

A JavaFX set of gauge and meter controls. This is an ESS specific extension and reworking of HanSolo's Medusa.

Maven

To add a dependency on ESS-MDUSA using Maven, use the following:

<dependency>
    <groupId>se.europeanspallationsource</groupId>
    <artifactId>javafx.control.medusa</artifactId>
    <version>8.3.0</version>
    <scope>compile</scope>
</dependency>