From 9c555bca7ba5a4e5396245b2086df89ded7e0c8c Mon Sep 17 00:00:00 2001 From: AlisaLinUwU Date: Sun, 26 Jan 2025 11:35:35 +0500 Subject: Initialize --- pom.xml | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..eb4fbb9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,77 @@ + + + 4.0.0 + + groupId + som + 1.0-SNAPSHOT + + + UTF-8 + 5.8.2 + + + + + org.openjfx + javafx-base + 18.0.1 + win + + + org.openjfx + javafx-fxml + 18.0.1 + win + + + org.openjfx + javafx-controls + 18.0.1 + win + + + org.openjfx + javafx-graphics + 18.0.1 + win + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 18 + 18 + + + + org.openjfx + javafx-maven-plugin + 0.0.8 + + + + default-cli + + kahootgui.Main + app + app + app + true + true + true + + + + + + + + \ No newline at end of file -- cgit v1.2.3