feat: Implemented fetching and a lot of other stuff
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user