| Line 71... |
Line 71... |
| 71 |
compile(group: 'com.itextpdf', name: 'itextpdf', version:'5.5.6') {
|
71 |
compile(group: 'com.itextpdf', name: 'itextpdf', version:'5.5.6') {
|
| 72 |
exclude(module: 'bcprov-jdk14')
|
72 |
exclude(module: 'bcprov-jdk14')
|
| 73 |
}
|
73 |
}
|
| 74 |
compile group: 'org.mongodb', name: 'mongo-java-driver', version:'3.6.0'
|
74 |
compile group: 'org.mongodb', name: 'mongo-java-driver', version:'3.6.0'
|
| 75 |
compile group: 'dom4j', name: 'dom4j', version:'1.6'
|
75 |
compile group: 'dom4j', name: 'dom4j', version:'1.6'
|
| 76 |
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.8.5'
|
76 |
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.2'
|
| 77 |
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-xml', version:'2.6.3'
|
77 |
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-xml', version:'2.6.3'
|
| 78 |
compile group: 'org.apache.poi', name: 'poi', version:'3.16'
|
78 |
compile group: 'org.apache.poi', name: 'poi', version:'3.16'
|
| 79 |
compile group: 'org.apache.poi', name: 'poi-ooxml', version:'3.16'
|
79 |
compile group: 'org.apache.poi', name: 'poi-ooxml', version:'3.16'
|
| 80 |
compile group: 'com.ibm.icu', name: 'icu4j', version:'4.8'
|
80 |
compile group: 'com.ibm.icu', name: 'icu4j', version:'4.8'
|
| 81 |
compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.6'
|
81 |
compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.6'
|
| Line 91... |
Line 91... |
| 91 |
implementation 'org.jsoup:jsoup:1.11.3'
|
91 |
implementation 'org.jsoup:jsoup:1.11.3'
|
| 92 |
implementation 'com.squareup.okhttp3:okhttp:4.3.1'
|
92 |
implementation 'com.squareup.okhttp3:okhttp:4.3.1'
|
| 93 |
implementation 'com.squareup.okio:okio:2.4.0'
|
93 |
implementation 'com.squareup.okio:okio:2.4.0'
|
| 94 |
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0-RC1'
|
94 |
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0-RC1'
|
| 95 |
implementation 'org.threeten:threetenbp:1.3.1'
|
95 |
implementation 'org.threeten:threetenbp:1.3.1'
|
| 96 |
|
- |
|
| 97 |
|
96 |
|
| 98 |
|
97 |
|
| 99 |
|
- |
|
| 100 |
}
|
98 |
}
|