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