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