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