kinabalu / wicket-alertify

Wicket Alertify lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wicket-alertify

A small wicket 6 library to utilize a!ertify.js [http://fabien-d.github.com/alertify.js/]. For an example of how this works you can see a demo.

If you'd like to use our maven repo add the following to your Maven configuration files:

<repositories>
    ...
    <repository>
        <id>mystic-mvn-repo</id>
        <name>Mystic Github Maven Repository</name>
        <url>https://raw.github.com/kinabalu/mystic-mvn-repo/master/snapshots</url>
    </repository>
</repositories>

...

<dependencies>
    ...
    <dependency>
        <groupId>com.mysticcoders</groupId>
        <artifactId>wicket-alertify</artifactId>
        <version>0.1-SNAPSHOT</version>
    </dependency>
    ...

About

Wicket Alertify lib


Languages

Language:Java 100.0%