License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-gchart |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Charts component for wicket
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..
|
Project URL |
Project URL |
Filename | Size |
---|---|
wicket-gchart-9.10.0.pom | |
wicket-gchart-9.10.0.jar | 42 KB |
wicket-gchart-9.10.0-sources.jar | 39 KB |
wicket-gchart-9.10.0-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-gchart/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-gchart</artifactId>
<version>9.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-gchart/
implementation 'org.wicketstuff:wicket-gchart:9.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-gchart/
implementation ("org.wicketstuff:wicket-gchart:9.10.0")
'org.wicketstuff:wicket-gchart:jar:9.10.0'
<dependency org="org.wicketstuff" name="wicket-gchart" rev="9.10.0">
<artifact name="wicket-gchart" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-gchart', version='9.10.0')
)
libraryDependencies += "org.wicketstuff" % "wicket-gchart" % "9.10.0"
[org.wicketstuff/wicket-gchart "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
org.apache.wicket : wicket-core | jar | 9.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.mockito : mockito-core | jar | 4.5.1 |
com.google.code.gson : gson | jar | 2.9.0 |
net.javacrumbs.json-unit : json-unit | jar | 2.17.0 |