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