Select the ones you need and add them to build.gradle dependencies:
I recommend checking the link to make sure you are getting the latest version. Feel free to suggest changes.
collections : (link)
implementation 'org.apache.commons:commons-collections4:4.3'
lang : (link)
implementation 'org.apache.commons:commons-lang3:3.9'
compress : (link)
implementation 'org.apache.commons:commons-compress:1.18'
net : (link)
implementation 'commons-net:commons-net:3.6'
IO : (link)
implementation 'commons-io:commons-io:2.6'
exec (link)
implementation 'org.apache.commons:commons-exec:1.3'
codec (link)
implementation 'commons-codec:commons-codec:1.12'
http (link)
implementation 'org.apache.httpcomponents:httpclient:4.5.5'
validator (link)
implementation 'commons-validator:commons-validator:1.6'
math (link)
implementation 'org.apache.commons:commons-math3:3.6.1'
View all Apache libraries here
Chad Bingham Jul 18 '15 at 23:58 2015-07-18 23:58
source share