kopia lustrzana https://github.com/jameshball/osci-render
Add xtaudio dependency
rodzic
38bab21050
commit
ef3c8a6152
9
pom.xml
9
pom.xml
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue