| 17 | 17 | dependencies { |
| 18 | 18 | compile 'org.controlsfx:controlsfx:8.40.12' |
| 19 | | compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.8.1' |
| 20 | | //compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '1.0.0-SNAPSHOT' |
| 19 | compile 'org.fxmisc.wellbehaved:wellbehavedfx:0.3' |
| 20 | compile 'org.fxmisc.richtext:richtextfx:0.8.1' |
| 21 | 21 | compile 'com.miglayout:miglayout-javafx:5.0' |
| 22 | 22 | compile 'de.jensd:fontawesomefx-fontawesome:4.5.0' |
| 23 | | compile 'org.ahocorasick:ahocorasick:0.3.0' |
| 24 | | compile 'com.vladsch.flexmark:flexmark:0.18.5' |
| 25 | | compile 'com.vladsch.flexmark:flexmark-ext-tables:0.18.5' |
| 26 | | compile 'com.vladsch.flexmark:flexmark-ext-superscript:0.18.5' |
| 27 | | compile 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.18.5' |
| 28 | | compile 'com.fasterxml.jackson.core:jackson-core:2.8.4' |
| 29 | | compile 'com.fasterxml.jackson.core:jackson-databind:2.8.4' |
| 30 | | compile 'com.fasterxml.jackson.core:jackson-annotations:2.8.4' |
| 31 | | compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.4' |
| 32 | | compile 'org.yaml:snakeyaml:1.17' |
| 33 | | compile 'com.ximpleware:vtd-xml:2.13' |
| 34 | | compile 'net.sf.saxon:Saxon-HE:9.7.0-14' |
| 23 | compile 'org.ahocorasick:ahocorasick:0.4.0' |
| 24 | compile 'com.vladsch.flexmark:flexmark:0.28.2' |
| 25 | compile 'com.vladsch.flexmark:flexmark-ext-tables:0.28.2' |
| 26 | compile 'com.vladsch.flexmark:flexmark-ext-superscript:0.28.2' |
| 27 | compile 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.28.2' |
| 28 | compile 'com.fasterxml.jackson.core:jackson-core:2.9.2' |
| 29 | compile 'com.fasterxml.jackson.core:jackson-databind:2.9.2' |
| 30 | compile 'com.fasterxml.jackson.core:jackson-annotations:2.9.2' |
| 31 | compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.2' |
| 32 | compile 'org.yaml:snakeyaml:1.19' |
| 33 | compile 'com.ximpleware:vtd-xml:2.13.4' |
| 34 | compile 'net.sf.saxon:Saxon-HE:9.8.0-6' |
| 35 | 35 | compile 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3' |
| 36 | | compile 'org.apache.commons:commons-configuration2:2.1' |
| 36 | compile 'org.apache.commons:commons-configuration2:2.2' |
| 37 | 37 | compile files('libs/renjin-script-engine-0.8.2514-jar-with-dependencies.jar') |
| 38 | 38 | } |
| 39 | 39 | |
| 40 | | version = '1.3.0' |
| 40 | version = '1.3.2' |
| 41 | 41 | applicationName = 'scrivenvar' |
| 42 | 42 | mainClassName = 'com.scrivenvar.Main' |