空话不多说,直接看代码,1眼就懂
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>extjs</artifactId>
<version>5.0</version>
<scope>system</scope>
<!--本地jar的路径,相对或绝对都可以-->
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/extjs⑸.0.jar</systemPath>
</dependency>