Categories |
CategoriesWicket User Interface Web Frameworks Charts |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdgooglecharts-examples |
Version | Version1.4.16.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/googlecharts-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>googlecharts-examples</artifactId>
<version>1.4.16.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/googlecharts-examples/
implementation 'org.wicketstuff:googlecharts-examples:1.4.16.1'
// https://jarcasting.com/artifacts/org.wicketstuff/googlecharts-examples/
implementation ("org.wicketstuff:googlecharts-examples:1.4.16.1")
'org.wicketstuff:googlecharts-examples:war:1.4.16.1'
<dependency org="org.wicketstuff" name="googlecharts-examples" rev="1.4.16.1">
<artifact name="googlecharts-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='googlecharts-examples', version='1.4.16.1')
)
libraryDependencies += "org.wicketstuff" % "googlecharts-examples" % "1.4.16.1"
[org.wicketstuff/googlecharts-examples "1.4.16.1"]