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

org.wicketstuff:wicket-gchart 7.10.0

Integrate Google Charts API (v45) with wicket. The API tries not to hide all details of the Google API, but makes use of the JSON lib of wicket to mix Java, JavaScript and JSON in a transparent way..

Категории

Категории

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

Группа

org.wicketstuff
Идентификатор

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

wicket-gchart
Версия

Версия

7.10.0
Тип

Тип

jar

Скачать wicket-gchart 7.10.0


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