Wicket SVG library

A library for the Wicket framworke to work with SVG

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

com.github.dzwicker.wicket
ArtifactId

ArtifactId

wicket-svg
Last Version

Last Version

6.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

Wicket SVG library
A library for the Wicket framworke to work with SVG
Source Code Management

Source Code Management

https://github.com/dzwicker/wicket-svg

Download wicket-svg

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.dzwicker.wicket/wicket-svg/ -->
<dependency>
    <groupId>com.github.dzwicker.wicket</groupId>
    <artifactId>wicket-svg</artifactId>
    <version>6.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dzwicker.wicket/wicket-svg/
implementation 'com.github.dzwicker.wicket:wicket-svg:6.5.0'
// https://jarcasting.com/artifacts/com.github.dzwicker.wicket/wicket-svg/
implementation ("com.github.dzwicker.wicket:wicket-svg:6.5.0")
'com.github.dzwicker.wicket:wicket-svg:jar:6.5.0'
<dependency org="com.github.dzwicker.wicket" name="wicket-svg" rev="6.5.0">
  <artifact name="wicket-svg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dzwicker.wicket', module='wicket-svg', version='6.5.0')
)
libraryDependencies += "com.github.dzwicker.wicket" % "wicket-svg" % "6.5.0"
[com.github.dzwicker.wicket/wicket-svg "6.5.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.wicket : wicket-core jar 6.5.0
org.apache.commons : commons-lang3 jar 3.1

Project Modules

There are no modules declared in this project.

#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

Versions

Version
6.5.0