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