Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdjqplot-examples |
Version | Version6.8.0 |
Type | Typewar |
Filename | Size |
---|---|
jqplot-examples-6.8.0.pom | |
jqplot-examples-6.8.0.war | 3 MB |
jqplot-examples-6.8.0-sources.jar | 5 KB |
jqplot-examples-6.8.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/jqplot-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>jqplot-examples</artifactId>
<version>6.8.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/jqplot-examples/
implementation 'org.wicketstuff:jqplot-examples:6.8.0'
// https://jarcasting.com/artifacts/org.wicketstuff/jqplot-examples/
implementation ("org.wicketstuff:jqplot-examples:6.8.0")
'org.wicketstuff:jqplot-examples:war:6.8.0'
<dependency org="org.wicketstuff" name="jqplot-examples" rev="6.8.0">
<artifact name="jqplot-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='jqplot-examples', version='6.8.0')
)
libraryDependencies += "org.wicketstuff" % "jqplot-examples" % "6.8.0"
[org.wicketstuff/jqplot-examples "6.8.0"]