Skip to content

yipuran/yipuran-wicketcustom

Repository files navigation

yipuran-wicketcustom

Wicket custom Library

Dependency

Wicket 8.4.0

Document

Extract doc/yipuran-wicketcustom-doc.zip and see the Javadoc or Wiki Page

Setup pom.xml

<repositories>
   <repository>
      <id>yipuran-wicketcustom</id>
      <url>https://raw.github.com/yipuran/yipuran-wicketcustom/mvn-repo</url>
   </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>org.yipuran.wicketcustom</groupId>
        <artifactId>yipuran-wicketcustom</artifactId>
        <version>4.6</version>
    </dependency>
</dependencies>