| Категории |
КатегорииWicket Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаorg.wicketstuff |
| Идентификатор | Идентификаторjqplot |
| Версия | Версия7.13.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jqplot-7.13.0.pom | |
| jqplot-7.13.0.jar | 392 KB |
| jqplot-7.13.0-sources.jar | 389 KB |
| jqplot-7.13.0-javadoc.jar | 58 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/jqplot/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>jqplot</artifactId>
<version>7.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/jqplot/
implementation 'org.wicketstuff:jqplot:7.13.0'
// https://jarcasting.com/artifacts/org.wicketstuff/jqplot/
implementation ("org.wicketstuff:jqplot:7.13.0")
'org.wicketstuff:jqplot:jar:7.13.0'
<dependency org="org.wicketstuff" name="jqplot" rev="7.13.0">
<artifact name="jqplot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='jqplot', version='7.13.0')
)
libraryDependencies += "org.wicketstuff" % "jqplot" % "7.13.0"
[org.wicketstuff/jqplot "7.13.0"]