diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..a1f67e5
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "artemis4j"]
+ path = artemis4j
+ url = https://github.com/kit-sdq/artemis4j.git
diff --git a/artemis4j b/artemis4j
new file mode 160000
index 0000000..2207793
--- /dev/null
+++ b/artemis4j
@@ -0,0 +1 @@
+Subproject commit 2207793b36367541f6f8e0a1165f2b3b9b50429f
diff --git a/pom.xml b/pom.xml
index 1b53360..c26bf20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,11 @@
+
+ io.github.kit-sdq
+ artemis4j
+ 6.3.0
+
org.junit.jupiter
junit-jupiter-api
@@ -30,6 +35,12 @@
${junit.version}
test
+
+ org.jcommander
+ jcommander
+ 1.83
+
+