| Categories |
CategoriesWicket User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdjqplot |
| Version | Version8.0.0-M9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jqplot-8.0.0-M9.pom | |
| jqplot-8.0.0-M9.jar | 392 KB |
| jqplot-8.0.0-M9-sources.jar | 390 KB |
| jqplot-8.0.0-M9-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/jqplot/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>jqplot</artifactId>
<version>8.0.0-M9</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/jqplot/
implementation 'org.wicketstuff:jqplot:8.0.0-M9'
// https://jarcasting.com/artifacts/org.wicketstuff/jqplot/
implementation ("org.wicketstuff:jqplot:8.0.0-M9")
'org.wicketstuff:jqplot:jar:8.0.0-M9'
<dependency org="org.wicketstuff" name="jqplot" rev="8.0.0-M9">
<artifact name="jqplot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='jqplot', version='8.0.0-M9')
)
libraryDependencies += "org.wicketstuff" % "jqplot" % "8.0.0-M9"
[org.wicketstuff/jqplot "8.0.0-M9"]