Browse Source

library hinzugefügt

pullrequest
Christian Baltzer 5 years ago
parent
commit
a527bc7916
  1. 5
      pom.xml

5
pom.xml

@ -41,6 +41,11 @@
<artifactId>javafx-fxml</artifactId>
<version>12.0.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save