We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f944b2b commit 7e5c58aCopy full SHA for 7e5c58a
extra-dependencies/xls/build.gradle
@@ -23,4 +23,5 @@ dependencies {
23
implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.2.5' , commonExclusions
24
implementation group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '5.2.1', commonExclusions
25
implementation group: 'com.github.virtuald', name: 'curvesapi', version: '1.08', commonExclusions
26
+ implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4', commonExclusions
27
}
0 commit comments