Skip to content

webjars/alertifyjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AlertifyJS WebJar

AlertifyJS is a javascript framework for developing browser dialogs and notifications. This WebJar includes the corresponding JavaScript and CSS files. AlertifyJS is licensed under the GNU General Public License v3.0.

WebJars are usually built using a plain Maven POM. This WebJar uses the Apache Maven AntRun Plugin to download the AlertifyJS files from GitHub and puts them into the Java archive.

Usage

Just include this WebJar into your project. For Maven, you can use the following snippet:

<dependency>
  <groupId>org.webjars</groupId>
  <artifactId>alertifyjs</artifactId>
  <version>1.13.1</version>
</dependency>

And here is a Gradle snippet for you:

implementation 'org.webjars:alertifyjs:1.13.1'

Building

Just call

mvn clean install

and the Jar is built. You can check the output in the target folder. Please make sure that all required files are included and have proper content.

Contributing

I highly welcome your updates and improvements. Please open a pull request if you want to contribute to the AlertifyJS WebJar. Thanks in advance!

About

WebJar for AlertifyJS (a javascript framework for developing browser dialogs and notifications)

Resources

Stars

Watchers

Forks

Packages

No packages published