如何在AndroidStudio中添加ApacheCommonsCollection(Gradle)?

在網上查的,做個mark,以後需要的時候方便查詢。

選擇添加到build.gradle依賴塊:

collections(鏈接)

compile 'org.apache.commons:commons-collections4:4.1'

lang(鏈接)

compile 'org.apache.commons:commons-lang3:3.6'

compress(鏈接)

compile 'org.apache.commons:commons-compress:1.14'

net(鏈接)

compile 'commons-net:commons-net:3.6'

io(鏈接)

compile 'commons-io:commons-io:2.6'

exec(鏈接)

compile 'org.apache.commons:commons-exec:1.3'

codec(鏈接)

compile 'commons-codec:commons-codec:1.10'

http(鏈接)

compile 'org.apache.httpcomponents:httpclient:4.5.3'

驗證器(鏈接)

compile 'commons-validator:commons-validator:1.6'

數學(鏈接)

compile 'org.apache.commons:commons-math3:3.6.1'

看所有的這裏的Apache庫

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章