feat: Implemented fetching and a lot of other stuff

This commit is contained in:
2026-05-29 09:30:17 +02:00
parent 19ecbf1955
commit c0feda4ba8
24 changed files with 1129 additions and 82 deletions
+12 -2
View File
@@ -21,7 +21,6 @@
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.8</version>
<configuration>
<!-- Make sure this matches your exact package and class name -->
<mainClass>cz.jzitnik.Main</mainClass>
</configuration>
</plugin>
@@ -33,7 +32,7 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>21.0.1</version> <!-- Use the version matching your JDK -->
<version>21.0.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
@@ -54,5 +53,16 @@
<artifactId>reflections</artifactId>
<version>0.10.2</version>
</dependency>
<dependency>
<groupId>io.github.tomhula</groupId>
<artifactId>jecnaapi-jvm</artifactId>
<version>10.2.0</version>
</dependency>
<dependency>
<groupId>io.github.tomhula</groupId>
<artifactId>jecnaapi-java-jvm</artifactId>
<version>10.2.0</version>
</dependency>
</dependencies>
</project>