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