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