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