Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

cn-src/easyui-insdep

Repository files navigation

JQuery EasyUI Of Insdep theme (webjars)

=============================

Release


License

  • 此处仅仅提供 JQuery EasyUI 和 Insdep theme 资源的整合,相关使用条款及使用方式请访问各自官方网站
  • JQuery EasyUI 资源是官方GPL版本
  • Insdep theme 资源是官方免费版

Use

Step 1. Add the JitPack repository to your build file

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Step 2. Add the dependency

<dependency>
    <groupId>cn.javaer</groupId>
    <artifactId>easyui-insdep</artifactId>
    <version>1.5.1</version>
</dependency>