compile fileTree(dir: 'libs/mason', include: '*.jar') compile fileTree(dir: 'libs/geomason', include: '*.jar')
I am trying to migrate my simulation to gradle and I cannot find the
latest version in the repositories. This is the last dependency I
find:
compile group: 'edu.gmu.cs', name:' mason ', version: '14 .0'
I also need the geo mason dependency.
But I need a more updated one, if anyone could help me. Thanks in advance.