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