Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- bash
- Windows
- ssh
- profile
- 단축키
- 네트워크
- maVen
- Windows 10
- web.xml
- lsof
- 줄바꿈 문자
- grep
- Mac
- Quartz
- netsh
- Source
- import
- resource
- IntelliJ
- context
- vscode
- tomcat
- Eclipse
- GIT
- port
- plugin
- find
- VirtualBox
- xargs
- JavaScript
Archives
- Today
- Total
develog
[gradle] local jar dependency 추가 본문
프로젝트 root 하위에 lib 폴더를 만들고 jar 파일들을 넣어둔다
build.gradle dependencies 추가
- compile files 또는
- compile fileTree 사용
compile files('lib/ojdbc6.jar')
compile fileTree(dir: 'lib', include: ['*.jar'])
'Dev > gradle' 카테고리의 다른 글
[gradle] tomcat dependency exclude (0) | 2021.02.16 |
---|---|
[gradle] command (0) | 2020.08.06 |
build.gradle (0) | 2020.08.04 |
[gradle] p6spy (0) | 2020.02.08 |
[java] gradle (0) | 2019.11.25 |
Comments