diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..fe4c5cf --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..d8c6e17 --- /dev/null +++ b/pom.xml @@ -0,0 +1,31 @@ + + + 4.0.0 + + groupId + AHP_Fuzzy_TOPSIS + 1.0-SNAPSHOT + + + + org.apache.maven.plugins + maven-compiler-plugin + + 7 + 7 + + + + + + + + org.apache.commons + commons-math3 + 3.6.1 + + + + \ No newline at end of file