Wicket SVG library

A library for the Wicket framworke to work with SVG

Лицензия

Лицензия

Категории

Категории

Wicket Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.github.dzwicker.wicket
Идентификатор

Идентификатор

wicket-svg
Последняя версия

Последняя версия

6.5.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Wicket SVG library
A library for the Wicket framworke to work with SVG
Система контроля версий

Система контроля версий

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

Скачать wicket-svg

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.wicket : wicket-core jar 6.5.0
org.apache.commons : commons-lang3 jar 3.1

Модули Проекта

Данный проект не имеет модулей.

#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

Версии библиотеки

Версия
6.5.0