Add xtaudio dependency

pull/35/head
James Ball 2020-12-04 21:30:21 +00:00
rodzic 38bab21050
commit ef3c8a6152
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -37,6 +37,15 @@
</repositories>
<dependencies>
<!-- XT-Audio required. This is not on maven central. https://sjoerdvankreel.github.io/xt-audio/ -->
<dependency>
<groupId>com.xtaudio.xt</groupId>
<artifactId>xtaudio</artifactId>
<version>1.0.6</version>
<scope>system</scope>
<systemPath>${basedir}/lib/com.xt-audio.xt-1.0.6.jar</systemPath>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>