| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииWicket Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаorg.wicketstuff |
| Идентификатор | Идентификаторwicket-mount-core |
| Версия | Версия9.8.0 |
| Тип | Типjar |
| Описание |
ОписаниеWicketStuff Core Parent is the parent project for all of the core WicketStuff projects. It tries
to unify the WS projects into a common structure that shares a common build / release cycle. This
will hopefully keep WicketStuff projects more in sync with Wicket and make it easier on new users.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| wicket-mount-core-9.8.0.pom | |
| wicket-mount-core-9.8.0.jar | 12 KB |
| wicket-mount-core-9.8.0-sources.jar | 8 KB |
| wicket-mount-core-9.8.0-javadoc.jar | 424 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-core/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-mount-core</artifactId>
<version>9.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-core/
implementation 'org.wicketstuff:wicket-mount-core:9.8.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-core/
implementation ("org.wicketstuff:wicket-mount-core:9.8.0")
'org.wicketstuff:wicket-mount-core:jar:9.8.0'
<dependency org="org.wicketstuff" name="wicket-mount-core" rev="9.8.0">
<artifact name="wicket-mount-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-mount-core', version='9.8.0')
)
libraryDependencies += "org.wicketstuff" % "wicket-mount-core" % "9.8.0"
[org.wicketstuff/wicket-mount-core "9.8.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.wicket : wicket-core | jar | 9.8.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |