[+] Argparser extensions

This commit is contained in:
Hykilpikonna
2022-11-10 19:28:43 -05:00
parent 85982c9aa1
commit f2cf4805c5
2 changed files with 43 additions and 2 deletions
+5 -2
View File
@@ -3,6 +3,7 @@ plugins {
id 'application'
id "org.jetbrains.kotlin.jvm" version "1.7.21"
id "org.openjfx.javafxplugin" version "0.0.13"
id "com.github.johnrengelman.shadow" version "7.1.2"
}
repositories {
@@ -11,8 +12,10 @@ repositories {
}
dependencies {
// This dependency is used by the application.
implementation 'com.google.guava:guava:31.0.1-jre'
implementation 'com.google.guava:guava:31.1-jre'
// https://mvnrepository.com/artifact/net.sourceforge.argparse4j/argparse4j
implementation 'net.sourceforge.argparse4j:argparse4j:0.9.0'
}
javafx {