Skip to content
Snippets Groups Projects
Commit 396de13e authored by Sebastian Krings's avatar Sebastian Krings
Browse files

add de.prob.theorymapping to dependencies

parent 1fb6ca5e
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ project(':de.prob.core') {
compile group: "de.prob", name: "parserbase", version: parser_version , changing: true
compile group: "de.prob", name: "prologlib", version: parser_version , changing: true
compile group: "de.prob", name: "unicode", version: parser_version , changing: true
compile group: "de.prob", name: "theorymapping", version: parser_version , changing: true
compile 'jgrapht:jgrapht:0.8.3'
compile 'commons-lang:commons-lang:2.6'
}
......
......@@ -10,6 +10,7 @@ dependencies {
compile group: "de.prob", name: "parserbase", version: parser_version , changing: true
compile group: "de.prob", name: "prologlib", version: parser_version , changing: true
compile group: "de.prob", name: "unicode", version: parser_version , changing: true
compile group: "de.prob", name: "theorymapping", version: parser_version , changing: true
compile 'jgrapht:jgrapht:0.8.3'
compile 'commons-lang:commons-lang:2.6'
compile 'commons-codec:commons-codec:1.6'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment