今天作項目的時候,由於某些包在maven庫中沒有,因此說不得不導入本地依賴,在網上查了下,挺簡單的,代碼以下 maven
dependencies { compile fileTree(dir: 'libs', include: '*.jar') }