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