找不到Maven jqgrid标记

时间:2018-10-05 03:56:12

标签: maven jsp

我在pom.xml中写了jqgrid

    <!-- https://mvnrepository.com/artifact/org.webjars/jqgrid  -->

    <dependency>

        <groupId>org.webjars</groupId>

        <artifactId>jqgrid</artifactId>

        <version>4.7.0</version>

    </dependency>    

enter image description here

然后是JSP

<link rel="stylesheet" type="text/css" media="screen" href="/jqgrid/4.7.0/css/ui.jqgrid.css" />

我是这样写的,但是控制台找不到它。

感谢您的帮助。

0 个答案:

没有答案