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