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