| Categories |
CategoriesWicket User Interface Web Frameworks Charts |
|---|---|
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdgooglecharts |
| Version | Version1.4.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| googlecharts-1.4.16.pom | |
| googlecharts-1.4.16.jar | 33 KB |
| googlecharts-1.4.16-sources.jar | 18 KB |
| googlecharts-1.4.16-javadoc.jar | 156 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/googlecharts/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>googlecharts</artifactId>
<version>1.4.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/googlecharts/
implementation 'org.wicketstuff:googlecharts:1.4.16'
// https://jarcasting.com/artifacts/org.wicketstuff/googlecharts/
implementation ("org.wicketstuff:googlecharts:1.4.16")
'org.wicketstuff:googlecharts:jar:1.4.16'
<dependency org="org.wicketstuff" name="googlecharts" rev="1.4.16">
<artifact name="googlecharts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='googlecharts', version='1.4.16')
)
libraryDependencies += "org.wicketstuff" % "googlecharts" % "1.4.16"
[org.wicketstuff/googlecharts "1.4.16"]