~cpn-gui/tapaal/typeChecker

« back to all changes in this revision

Viewing changes to build.gradle

  • Committer: Mark Glavind
  • Date: 2018-12-17 19:55:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1001.
  • Revision ID: mglavi14@student.aau.dk-20181217195519-5jidq02dtjknclth
WIP on colored arc editor panel

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
}
47
47
 
48
48
dependencies {
49
 
    compile group: 'commons-io', name: 'commons-io', version: '2.5'
 
49
    // https://mvnrepository.com/artifact/commons-io/commons-io
 
50
    compile group: 'commons-io', name: 'commons-io', version: '2.6'
50
51
    compile 'com.google.guava:guava:26.0-jre'
51
52
    //compile group: 'commons-cli', name: 'commons-cli', version: '1.4'
52
53
    //compile group: 'org.swinglabs.swingx', name: 'swingx-all', version: '1.6.3'