commit cfc0c813abb4fbf0c15d33fe8821503eabd36be3 Author: Joscha Date: Wed Jun 19 13:27:09 2019 +0000 Set up project diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1062418 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +*.iml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..50e30c8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,11 @@ + + + 4.0.0 + + de.plugh + composite-parse + 1.0-SNAPSHOT + +