Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 952 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 952 Bytes

#Wicket SVG

The Wicket SVG library is an extension to the Wicket framework. It provides some components to work with SVG.

Its just the first release and hopefully the library will evolve over time and become more feature rich. Any help or suggestions are welcome ;-)

##License

Wicket SVG is distributed under the terms of the Apache Software Foundation license, version 2.0. The text is included in the file LICENSE in the root of the project.

##Usage

Just include the library in your dependencies as every other library ;-)

pom.xml

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>6.5.0</version>
</dependency>

##Example

An example will be provided as fast as possible.

##Maven repository

The Wicket SVG library is provided in Central

Authors and Contributors

Daniel Zwicker (@dzwicker) founded the project on GitHub.

Comitter